diff --git a/include/wx/event.h b/include/wx/event.h index 5ce6242d57..f0941739c2 100644 --- a/include/wx/event.h +++ b/include/wx/event.h @@ -25,9 +25,9 @@ #include "wx/defs.h" #include "wx/object.h" -#include "wx/clntdata.h" #if wxUSE_GUI + #include "wx/clntdata.h" #include "wx/gdicmn.h" #include "wx/cursor.h" #endif