]> git.saurik.com Git - wxWidgets.git/blobdiff - src/palmos/stattext.cpp
route all Cairo calls in GTK printing code through gs_cairo (is this still needed?)
[wxWidgets.git] / src / palmos / stattext.cpp
index fd86cf5e86d24057a7b9dc1441d39466dd360466..413c259f141928fa0cd21de3201a2796dd9d21a4 100644 (file)
 #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 <Field.h>
 
 #if wxUSE_EXTENDED_RTTI