X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/88b98c53acd58f819968abe7a9fcc92fb4b28ac5..ab6ea1ac2f52ecc7e60aae5f4e8f53585d817920:/contrib/samples/stc/prefs.cpp diff --git a/contrib/samples/stc/prefs.cpp b/contrib/samples/stc/prefs.cpp index 2ef7735318..2e86866940 100644 --- a/contrib/samples/stc/prefs.cpp +++ b/contrib/samples/stc/prefs.cpp @@ -13,21 +13,21 @@ //---------------------------------------------------------------------------- // For compilers that support precompilation, includes . -#include +#include "wx/wxprec.h" #ifdef __BORLANDC__ #pragma hdrstop #endif // for all others, include the necessary headers (this file is usually all you -// need because it includes almost all 'standard' wxWindows headers) +// need because it includes almost all 'standard' wxWidgets headers) #ifndef WX_PRECOMP - #include + #include "wx/wx.h" #endif -//! wxWindows headers +//! wxWidgets headers -//! wxWindows/contrib headers +//! wxWidgets/contrib headers //! application headers #include "defsext.h" // Additional definitions @@ -376,4 +376,3 @@ const StyleInfo g_StylePrefs [] = { }; const int g_StylePrefsSize = WXSIZEOF(g_StylePrefs); -