]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/bitmap.cpp
Rich text lib separation.
[wxWidgets.git] / src / msw / bitmap.cpp
index 789fc53acf710b193e92fe921ada32ae80224731..af05803527087fee9fa54d648d481d0be8c50215 100644 (file)
@@ -24,6 +24,8 @@
     #pragma hdrstop
 #endif
 
+#include "wx/bitmap.h"
+
 #ifndef WX_PRECOMP
     #include <stdio.h>
 
@@ -32,7 +34,6 @@
     #include "wx/app.h"
     #include "wx/palette.h"
     #include "wx/dcmemory.h"
-    #include "wx/bitmap.h"
     #include "wx/icon.h"
     #include "wx/log.h"
 #endif