Reflect changes in stc.cpp in stc.cpp.in from which it's generated.

This should have been part of r74596, see #15353.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@74632 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin 2013-08-06 17:00:04 +00:00
parent b736d59eb5
commit 6f026b5b63

View File

@ -49,7 +49,7 @@
#if wxUSE_FFILE
#include "wx/ffile.h"
#elif wxUSE_FILE
#include "wx/ffile.h"
#include "wx/file.h"
#endif
#ifdef __WXGTK__