]> git.saurik.com Git - wxWidgets.git/blobdiff - src/palmos/statbrpalm.cpp
don't assume there's always an active wxEventLoop instance
[wxWidgets.git] / src / palmos / statbrpalm.cpp
index 149ac43fa0b6396cb5ad00b9da1c1d6214ad73a5..679433f1b9940cca61deb2fa97c09693ec7df472 100644 (file)
   #pragma hdrstop
 #endif
 
+#if wxUSE_NATIVE_STATUSBAR
+
+#include "wx/statusbr.h"
+
 #ifndef WX_PRECOMP
     #include "wx/frame.h"
     #include "wx/settings.h"
     #include "wx/dcclient.h"
+    #include "wx/intl.h"
+    #include "wx/log.h"
 #endif
 
-#if wxUSE_NATIVE_STATUSBAR
-
-#include "wx/intl.h"
-#include "wx/log.h"
-#include "wx/statusbr.h"
-
 #include <StatusBar.h>
 
 // ----------------------------------------------------------------------------