X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/600b3983e9512d06af4554ed47e4e1ef8734d2d8..f6342fb5e6524edffa219d5843536ea279bba4df:/src/stc/stc.cpp 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