#ifndef _WX_BRUSH_H_
#define _WX_BRUSH_H_
-#ifdef __GNUG__
+#if defined(__GNUG__) && !defined(__APPLE__)
#pragma interface "brush.h"
#endif
-#include "wx/gdicmn.h"
#include "wx/gdiobj.h"
-#include "wx/bitmap.h"
//-----------------------------------------------------------------------------
// classes
//-----------------------------------------------------------------------------
class wxBrush;
+class wxColour;
+class wxBitmap;
//-----------------------------------------------------------------------------
// wxBrush