X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/1a94b3d8619d8dc146c4073c0a78d15e44b4e8db..a8d2fb31cbf09dcc4683c9566ff4bc89580f268c:/src/cocoa/brush.mm?ds=sidebyside diff --git a/src/cocoa/brush.mm b/src/cocoa/brush.mm index 3735acb41b..4dc2963998 100644 --- a/src/cocoa/brush.mm +++ b/src/cocoa/brush.mm @@ -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 @@ -213,4 +215,3 @@ WX_NSColor wxBrush::GetNSColor() return [NSColor clearColor]; return M_BRUSHDATA->GetNSColor(); } -