]> git.saurik.com Git - wxWidgets.git/blobdiff - src/os2/notebook.cpp
Build fix for SmartPhoneCE.
[wxWidgets.git] / src / os2 / notebook.cpp
index ee9b6810ebfe2c74e1188fe15f5c18c184a6ffdf..f518b1d11cf7161aad82c588639de6d85b116f41 100644 (file)
 
 #if wxUSE_NOTEBOOK
 
+#include  "wx/notebook.h"
+
 // wxWidgets
 #ifndef WX_PRECOMP
-  #include "wx/app.h"
-  #include "wx/dcclient.h"
-  #include "wx/string.h"
-  #include "wx/settings.h"
+    #include "wx/app.h"
+    #include "wx/dcclient.h"
+    #include "wx/string.h"
+    #include "wx/settings.h"
+    #include "wx/log.h"
+    #include "wx/event.h"
 #endif  // WX_PRECOMP
 
-#include  "wx/log.h"
 #include  "wx/imaglist.h"
-#include  "wx/event.h"
 #include  "wx/control.h"
-#include  "wx/notebook.h"
 
 #include  "wx/os2/private.h"