]> git.saurik.com Git - wxWidgets.git/blobdiff - src/palmos/statbmp.cpp
compilation after last commit: semicolon after wxDELETE() is now required; also remov...
[wxWidgets.git] / src / palmos / statbmp.cpp
index 361ba260a723415f676654eb328690553c3d5976..25468400614a96379232382ba877a488d2929145 100644 (file)
 
 #if wxUSE_STATBMP
 
-#include "wx/window.h"
-#include "wx/palmos/private.h"
+#include "wx/statbmp.h"
 
 #ifndef WX_PRECOMP
     #include "wx/icon.h"
-    #include "wx/statbmp.h"
+    #include "wx/window.h"
 #endif
 
+#include "wx/palmos/private.h"
+
 // ---------------------------------------------------------------------------
 // macors
 // ---------------------------------------------------------------------------