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

include/wx/event.h

index f0941739c23c5491d8aa5e71f83c8871e6049627..5ce6242d57b4cc4aa5f00450135ba805ab99ce14 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