X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/600b3983e9512d06af4554ed47e4e1ef8734d2d8..19cf1ef3a7077dd99a90f141847b8a9b67b318c9:/src/stc/stc.cpp?ds=sidebyside diff --git a/src/stc/stc.cpp b/src/stc/stc.cpp index c7a5b60f89..dda75ca9d3 100644 --- a/src/stc/stc.cpp +++ b/src/stc/stc.cpp @@ -22,19 +22,22 @@ #pragma hdrstop #endif +#if wxUSE_STC + +#include "wx/stc/stc.h" +#include "wx/stc/private.h" #ifndef WX_PRECOMP + #include "wx/wx.h" #endif // WX_PRECOMP #include -#include "wx/wx.h" #include "wx/tokenzr.h" #include "wx/mstream.h" #include "wx/image.h" #include "wx/file.h" -#include "wx/stc/stc.h" #include "ScintillaWX.h" //---------------------------------------------------------------------- @@ -3433,11 +3436,4 @@ wxStyledTextEvent::wxStyledTextEvent(const wxStyledTextEvent& event): //---------------------------------------------------------------------- //---------------------------------------------------------------------- - - - - - - - - +#endif // wxUSE_STC