// Created: 2003/07/03
// RCS-ID: $Id$
// Copyright: (c) 2003 David Elliott
-// Licence: wxWindows licence
+// Licence: wxWidgets licence
/////////////////////////////////////////////////////////////////////////////
#include "wx/wxprec.h"
+
+#include "wx/brush.h"
+
#ifndef WX_PRECOMP
#include "wx/utils.h"
- #include "wx/brush.h"
+ #include "wx/colour.h"
#endif //WX_PRECOMP
-#include "wx/colour.h"
#import <AppKit/NSColor.h>
return [NSColor clearColor];
return M_BRUSHDATA->GetNSColor();
}
-