X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/88a8b04e9c387b5e5295d42f2ed23afcf37e3c2e..88517d90087856e01002f1e3dea1a0ce659f28ea:/contrib/samples/stc/prefs.h diff --git a/contrib/samples/stc/prefs.h b/contrib/samples/stc/prefs.h index 523362545c..4ac01745e3 100644 --- a/contrib/samples/stc/prefs.h +++ b/contrib/samples/stc/prefs.h @@ -1,4 +1,4 @@ - ////////////////////////////////////////////////////////////////////////////// +////////////////////////////////////////////////////////////////////////////// // File: prefs.h // Purpose: STC test Preferences initialization // Maintainer: Wyo @@ -20,10 +20,10 @@ // headers //---------------------------------------------------------------------------- -//! wxWindows headers +//! wxWidgets headers -//! wxWindows/contrib headers -#include // styled text control +//! wxWidgets/contrib headers +#include "wx/stc/stc.h" // styled text control //! application headers @@ -150,4 +150,3 @@ extern const StyleInfo g_StylePrefs[]; extern const int g_StylePrefsSize; #endif // _PREFS_H_ -