diff --git a/include/wx/dc.h b/include/wx/dc.h index d13720500b..a0dd254b53 100644 --- a/include/wx/dc.h +++ b/include/wx/dc.h @@ -18,9 +18,8 @@ #include "wx/object.h" // the base class #include "wx/intl.h" // for wxLayoutDirection -#include "wx/cursor.h" // we have member variables of these classes +#include "wx/colour.h" // we have member variables of these classes #include "wx/font.h" // so we can't do without them -#include "wx/colour.h" #include "wx/bitmap.h" // for wxNullBitmap #include "wx/brush.h" #include "wx/pen.h"