From 6f026b5b63fe7ccb025e84509886f74772b9df13 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Tue, 6 Aug 2013 17:00:04 +0000 Subject: [PATCH] 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 --- src/stc/stc.cpp.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/stc/stc.cpp.in b/src/stc/stc.cpp.in index 8cdb45ea25..6b5e34d486 100644 --- a/src/stc/stc.cpp.in +++ b/src/stc/stc.cpp.in @@ -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__ -- 2.47.2