X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/1a94b3d8619d8dc146c4073c0a78d15e44b4e8db..31ad423e4fb556ec225a63b161154d3bf3445c1b:/src/cocoa/brush.mm diff --git a/src/cocoa/brush.mm b/src/cocoa/brush.mm index 3735acb41b..3e24adc742 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