]> git.saurik.com Git - wxWidgets.git/blobdiff - src/palmos/toplevel.cpp
revert unintended changes in previous commit
[wxWidgets.git] / src / palmos / toplevel.cpp
index 50cff4a252e29b83788439a07ef7421c8404ca83..da36ee828ff71cc144f8b10afdcac74c5a24a220 100644 (file)
     #pragma hdrstop
 #endif
 
+#include "wx/toplevel.h"
+
 #ifndef WX_PRECOMP
     #include "wx/app.h"
-    #include "wx/toplevel.h"
     #include "wx/dialog.h"
     #include "wx/string.h"
     #include "wx/log.h"
@@ -36,6 +37,7 @@
     #include "wx/button.h"
     #include "wx/checkbox.h"
     #include "wx/radiobut.h"
+    #include "wx/slider.h"
 #endif //WX_PRECOMP
 
 #include "wx/module.h"
@@ -43,7 +45,6 @@
 
 // controls for sending select event
 #include "wx/tglbtn.h"
-#include "wx/slider.h"
 #include "wx/datectrl.h"
 
 #include <Window.h>