From 27dadec122262b4d9dc975389f7837348da8a135 Mon Sep 17 00:00:00 2001 From: =?utf8?q?V=C3=A1clav=20Slav=C3=ADk?= Date: Mon, 12 Jul 2004 21:41:12 +0000 Subject: [PATCH] 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 --- include/wx/event.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.50.0