X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/5b72333dfeb4eca184507c1c2d3a890c997a433f..6716fce4398b873d0153a487de2a937084ec9b60:/src/palmos/stattext.cpp?ds=inline diff --git a/src/palmos/stattext.cpp b/src/palmos/stattext.cpp index 61ec4eb58c..413c259f14 100644 --- a/src/palmos/stattext.cpp +++ b/src/palmos/stattext.cpp @@ -9,26 +9,24 @@ // 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" #ifdef __BORLANDC__ -#pragma hdrstop + #pragma hdrstop #endif #if wxUSE_STATTEXT +#include "wx/stattext.h" + #ifndef WX_PRECOMP -#include "wx/event.h" -#include "wx/app.h" -#include "wx/brush.h" + #include "wx/event.h" + #include "wx/app.h" + #include "wx/brush.h" #endif -#include "wx/stattext.h" +#include #if wxUSE_EXTENDED_RTTI WX_DEFINE_FLAGS( wxStaticTextStyle )