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
This commit is contained in:
Václav Slavík
2004-07-12 21:41:12 +00:00
parent 4b586201d3
commit 27dadec122

View 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