]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/tabctrl.cpp
non-PCH build fix (according to Tinderbox).
[wxWidgets.git] / src / msw / tabctrl.cpp
index a218e6d92300636c4e610e3d50a8a9f97cac4792..21eb96131ece31557585261e9858108e1fda0545 100644 (file)
 #if wxUSE_TAB_DIALOG
 
 #ifndef WX_PRECOMP
+    #include "wx/msw/wrapcctl.h" // include <commctrl.h> "properly"
     #include "wx/wx.h"
     #include "wx/app.h"
 #endif
 
 #include "wx/msw/private.h"
 
-// include <commctrl.h> "properly"
-#include "wx/msw/wrapcctl.h"
-
 #include "wx/tabctrl.h"
 #include "wx/msw/imaglist.h"