From: Václav Slavík Date: Mon, 12 Jul 2004 21:49:30 +0000 (+0000) Subject: oops, reverted clntdata.h change, it _is_ needed X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/341050e227de8ed7206fa6c5b1f92a5182875402 oops, reverted clntdata.h change, it _is_ needed git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28216 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/event.h b/include/wx/event.h index f0941739c2..5ce6242d57 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