]> git.saurik.com Git - wxWidgets.git/blobdiff - src/palmos/window.cpp
Make wxCalendarCtrl work on OS/2's PM port as well (patch #1523304).
[wxWidgets.git] / src / palmos / window.cpp
index fdcf02cf3f93b81de4e02262980d2d53367c30fa..2839a44221c91991e54b17d0c865851e1ea657d9 100644 (file)
@@ -44,6 +44,8 @@
     #include "wx/statbox.h"
     #include "wx/intl.h"
     #include "wx/log.h"
+    #include "wx/textctrl.h"
+    #include "wx/menuitem.h"
 #endif
 
 #if wxUSE_OWNER_DRAWN && !defined(__WXUNIVERSAL__)
@@ -60,8 +62,6 @@
     #include "wx/access.h"
 #endif
 
-#include "wx/menuitem.h"
-
 #if wxUSE_TOOLTIPS
     #include "wx/tooltip.h"
 #endif
@@ -74,7 +74,6 @@
     #include "wx/spinctrl.h"
 #endif // wxUSE_SPINCTRL
 
-#include "wx/textctrl.h"
 #include "wx/notebook.h"
 #include "wx/listctrl.h"