]> git.saurik.com Git - wxWidgets.git/blobdiff - src/x11/brush.cpp
re-renamed DoCreate() to XmDoCreateTLW() to avoid virtual function hiding in other...
[wxWidgets.git] / src / x11 / brush.cpp
index 85614366cbf96a29f801358b91bb3279ff1065e2..e67d46f0d2b1d57f9bede0743e24f9dd9be609cd 100644 (file)
@@ -9,13 +9,10 @@
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
-#ifdef __GNUG__
-#pragma implementation "brush.h"
-#endif
-
 #include "wx/setup.h"
 #include "wx/utils.h"
 #include "wx/brush.h"
+#include "wx/bitmap.h"
 #include "wx/colour.h"
 
 //-----------------------------------------------------------------------------