]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/tbar95.cpp
Include wx/window.h according to precompiled headers of wx/wx.h (with other minor...
[wxWidgets.git] / src / msw / tbar95.cpp
index b1fe59c5ead76bd365bd3562a252a74e2aaae85b..16ccaa00b37a7d1979821f058d46092feaea8cde 100644 (file)
@@ -35,6 +35,7 @@
     #include "wx/bitmap.h"
     #include "wx/dcmemory.h"
     #include "wx/control.h"
+    #include "wx/app.h"         // for GetComCtl32Version
 #endif
 
 #include "wx/toolbar.h"
@@ -50,8 +51,6 @@
 // include <commctrl.h> "properly"
 #include "wx/msw/wrapcctl.h"
 
-#include "wx/app.h"         // for GetComCtl32Version
-
 // this define controls whether the code for button colours remapping (only
 // useful for 16 or 256 colour images) is active at all, it's always turned off
 // for CE where it doesn't compile (and is probably not needed anyhow) and may