]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/control.cpp
Apply patch [ 1554736 ] wxXmlDocument::DetachRoot
[wxWidgets.git] / src / msw / control.cpp
index 73a8f2511aaba32dc3110d227b046830e96c3ae3..6572a219c03411fa3db236f43830b900a53a25ea 100644 (file)
@@ -29,6 +29,7 @@
 #include "wx/control.h"
 
 #ifndef WX_PRECOMP
+    #include "wx/msw/wrapcctl.h" // include <commctrl.h> "properly"
     #include "wx/event.h"
     #include "wx/app.h"
     #include "wx/dcclient.h"
@@ -47,9 +48,6 @@
 #include "wx/msw/private.h"
 #include "wx/msw/uxtheme.h"
 
-// include <commctrl.h> "properly"
-#include "wx/msw/wrapcctl.h"
-
 // ----------------------------------------------------------------------------
 // wxWin macros
 // ----------------------------------------------------------------------------