X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/88b98c53acd58f819968abe7a9fcc92fb4b28ac5..3a9f64b77ec4992f5a0bc430050f9154ff4cc032:/samples/stc/prefs.cpp diff --git a/samples/stc/prefs.cpp b/samples/stc/prefs.cpp index 2ef7735318..5698a879f6 100644 --- a/samples/stc/prefs.cpp +++ b/samples/stc/prefs.cpp @@ -1,5 +1,5 @@ ////////////////////////////////////////////////////////////////////////////// -// File: prefs.cpp +// File: contrib/samples/stc/prefs.cpp // Purpose: STC test Preferences initialization // Maintainer: Wyo // Created: 2003-09-01 @@ -12,22 +12,22 @@ // headers //---------------------------------------------------------------------------- -// For compilers that support precompilation, includes . -#include +// For compilers that support precompilation, includes "wx/wx.h". +#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); -