]> git.saurik.com Git - wxWidgets.git/blobdiff - src/palmos/statbmp.cpp
Forgot header with OSX prefix
[wxWidgets.git] / src / palmos / statbmp.cpp
index dcdfa1420756d5ca5945fb4a9c38360121deca58..25468400614a96379232382ba877a488d2929145 100644 (file)
 // headers
 // ---------------------------------------------------------------------------
 
-#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
-    #pragma implementation "statbmp.h"
-#endif
-
 // For compilers that support precompilation, includes "wx.h".
 #include "wx/wxprec.h"
 
 
 #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
 // ---------------------------------------------------------------------------