]> git.saurik.com Git - wxWidgets.git/blobdiff - src/cocoa/brush.mm
Removed useless pragma after fixing code to use insigned ints.
[wxWidgets.git] / src / cocoa / brush.mm
index 3735acb41b75243b7949763c3d8c87e4ed72cfa8..4dc296399820fa749bcaf125966b9cc505c50488 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>
@@ -213,4 +215,3 @@ WX_NSColor wxBrush::GetNSColor()
         return [NSColor clearColor];
     return M_BRUSHDATA->GetNSColor();
 }
-