]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/ownerdrw.h
moved wxDash typedef to gdicmn.h
[wxWidgets.git] / include / wx / ownerdrw.h
index 3008d453a8c90b656715aa6df2101ff0a655fab0..ae9cde808a9f4c8d6d2e79e5ec06a793b1cc5586 100644 (file)
 #ifndef   _OWNERDRW_H
 #define   _OWNERDRW_H
 
-#include "wx/setup.h"
-
 #if wxUSE_OWNER_DRAWN
 
 #ifdef    __GNUG__
     #pragma interface "ownerdrw.h"
 #endif
 
+#include "wx/bitmap.h"
+#include "wx/colour.h"
+#include "wx/font.h"
+
 // ----------------------------------------------------------------------------
 // wxOwnerDrawn - a mix-in base class, derive from it to implement owner-drawn
 //                behaviour