]> git.saurik.com Git - wxWidgets.git/commitdiff
clntdata.h is needed only if wxUSE_GUI
authorVáclav Slavík <vslavik@fastmail.fm>
Mon, 12 Jul 2004 21:41:12 +0000 (21:41 +0000)
committerVáclav Slavík <vslavik@fastmail.fm>
Mon, 12 Jul 2004 21:41:12 +0000 (21:41 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28215 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/event.h

index 5ce6242d57b4cc4aa5f00450135ba805ab99ce14..f0941739c23c5491d8aa5e71f83c8871e6049627 100644 (file)
@@ -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