]> git.saurik.com Git - wxWidgets.git/blobdiff - src/os2/bitmap.cpp
added notebook.cpp and tabmdi.cpp
[wxWidgets.git] / src / os2 / bitmap.cpp
index f60d0f7c9b75e60e68bb6b5b656797f247b2acd5..c7d256e0f7ae18aac41228c3b712d02fc1c23eb0 100644 (file)
@@ -12,6 +12,8 @@
 // For compilers that support precompilation, includes "wx.h".
 #include "wx/wxprec.h"
 
+#include "wx/bitmap.h"
+
 #ifndef WX_PRECOMP
     #include <stdio.h>
 
     #include "wx/app.h"
     #include "wx/palette.h"
     #include "wx/dcmemory.h"
-    #include "wx/bitmap.h"
     #include "wx/icon.h"
+    #include "wx/log.h"
+    #include "wx/image.h"
 #endif
 
 #include "wx/os2/private.h"
-#include "wx/log.h"
 
-#include "wx/image.h"
 #include "wx/xpmdecod.h"
 
 // ----------------------------------------------------------------------------