X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/5b72333dfeb4eca184507c1c2d3a890c997a433f..d1f024a8de8872ae314b30e0d1b8c8a1b8518c3d:/src/palmos/stattext.cpp?ds=sidebyside diff --git a/src/palmos/stattext.cpp b/src/palmos/stattext.cpp index 61ec4eb58c..fd86cf5e86 100644 --- a/src/palmos/stattext.cpp +++ b/src/palmos/stattext.cpp @@ -9,10 +9,6 @@ // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// -#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA) -#pragma implementation "stattext.h" -#endif - // For compilers that support precompilation, includes "wx.h". #include "wx/wxprec.h" @@ -30,6 +26,8 @@ #include "wx/stattext.h" +#include + #if wxUSE_EXTENDED_RTTI WX_DEFINE_FLAGS( wxStaticTextStyle )