X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/be5a51fb592f3fa2ba38ac6cd1e488d6d806058c..ff9a8ac6ba9f56e76ec0395ff5ebeda48279861a:/samples/stc/prefs.cpp diff --git a/samples/stc/prefs.cpp b/samples/stc/prefs.cpp index 15f8c0b46c..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,8 +12,8 @@ // 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 @@ -22,7 +22,7 @@ // for all others, include the necessary headers (this file is usually all you // need because it includes almost all 'standard' wxWidgets headers) #ifndef WX_PRECOMP - #include + #include "wx/wx.h" #endif //! wxWidgets headers @@ -376,4 +376,3 @@ const StyleInfo g_StylePrefs [] = { }; const int g_StylePrefsSize = WXSIZEOF(g_StylePrefs); -