]> git.saurik.com Git - wxWidgets.git/blobdiff - src/mac/classic/tabctrl.cpp
COW cleanup patch (1583966):
[wxWidgets.git] / src / mac / classic / tabctrl.cpp
index 6e1b7019ed7131cbb349810218bce054272e2fc5..067d6e820b5cbffeca9e51f12d3a36327bec3b68 100644 (file)
 
 #if wxUSE_TAB_DIALOG
 
-#include "wx/control.h"
 #include "wx/tabctrl.h"
+
+#ifndef WX_PRECOMP
+    #include "wx/control.h"
+#endif
+
 #include "wx/mac/uma.h"
 
 IMPLEMENT_DYNAMIC_CLASS(wxTabCtrl, wxControl)