From: Václav Slavík Date: Mon, 12 Jul 2004 21:41:12 +0000 (+0000) Subject: clntdata.h is needed only if wxUSE_GUI X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/27dadec122262b4d9dc975389f7837348da8a135 clntdata.h is needed only if wxUSE_GUI git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28215 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- 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