]> git.saurik.com Git - wxWidgets.git/blobdiff - src/mac/carbon/statbrma.cpp
fixing notifications
[wxWidgets.git] / src / mac / carbon / statbrma.cpp
index e743653a1da2e79b03b98a6f596af546d3edc454..ccecc33a58d86c59fa74d47abbe25db4030a0fbf 100644 (file)
 #include "wx/wxprec.h"
 
 #include "wx/statusbr.h"
-#include "wx/dc.h"
-#include "wx/dcclient.h"
+
+#ifndef WX_PRECOMP
+    #include "wx/dc.h"
+    #include "wx/dcclient.h"
+    #include "wx/toplevel.h"
+#endif
 
 #include "wx/mac/private.h"
-#include "wx/toplevel.h"
 
 
 BEGIN_EVENT_TABLE(wxStatusBarMac, wxStatusBarGeneric)