X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/600b3983e9512d06af4554ed47e4e1ef8734d2d8..50c95f691c6a37db5ff545d2c477c4cf008e3432:/src/stc/stc.cpp?ds=sidebyside diff --git a/src/stc/stc.cpp b/src/stc/stc.cpp index c7a5b60f89..5f72b1de71 100644 --- a/src/stc/stc.cpp +++ b/src/stc/stc.cpp @@ -22,19 +22,21 @@ #pragma hdrstop #endif +#if wxUSE_STC + +#include "wx/stc/stc.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 +3435,4 @@ wxStyledTextEvent::wxStyledTextEvent(const wxStyledTextEvent& event): //---------------------------------------------------------------------- //---------------------------------------------------------------------- - - - - - - - - +#endif // wxUSE_STC