X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8907154c1a8a6882c6797d1f16393ddfb23e7f3a..8946ede10c2702c7acbb194fe8bd2793d7fb8358:/src/palmos/stattext.cpp diff --git a/src/palmos/stattext.cpp b/src/palmos/stattext.cpp index fd86cf5e86..413c259f14 100644 --- a/src/palmos/stattext.cpp +++ b/src/palmos/stattext.cpp @@ -13,19 +13,19 @@ #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