]> git.saurik.com Git - wxWidgets.git/blobdiff - src/cocoa/brush.mm
getting rid of redundant redraws
[wxWidgets.git] / src / cocoa / brush.mm
index 3735acb41b75243b7949763c3d8c87e4ed72cfa8..3e24adc742d60629eb728d31bc3e838a3bb97c89 100644 (file)
@@ -6,12 +6,14 @@
 // Created:     2003/07/03
 // RCS-ID:      $Id$
 // Copyright:   (c) 2003 David Elliott
-// Licence:    wxWindows licence
+// Licence:    wxWidgets licence
 /////////////////////////////////////////////////////////////////////////////
 
-#include "wx/setup.h"
-#include "wx/utils.h"
-#include "wx/brush.h"
+#include "wx/wxprec.h"
+#ifndef WX_PRECOMP
+    #include "wx/utils.h"
+    #include "wx/brush.h"
+#endif //WX_PRECOMP
 #include "wx/colour.h"
 
 #import <AppKit/NSColor.h>