]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/treectrl.cpp
Replaced some images
[wxWidgets.git] / src / msw / treectrl.cpp
index 438cb312c03a24c33b0e217b187dd716df6cfff7..e3c3c8e519e54b42c8613809b9068a3bf46ae565 100644 (file)
 #if wxUSE_TREECTRL
 
 #include "wx/msw/private.h"
+
+// include <commctrl.h> "properly"
+#include "wx/msw/wrapcctl.h"
+
 #include "wx/msw/missing.h"
 
 // Set this to 1 to be _absolutely_ sure that repainting will work for all
@@ -45,9 +49,6 @@
 #include "wx/msw/treectrl.h"
 #include "wx/msw/dragimag.h"
 
-// include <commctrl.h> "properly"
-#include "wx/msw/wrapcctl.h"
-
 // macros to hide the cast ugliness
 // --------------------------------