X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/93763ad5ba900aecb9220a36ebe7447313ea3e31..83beee574e109d433c24ae35b7137141f2a4d56d:/src/gtk/data.cpp diff --git a/src/gtk/data.cpp b/src/gtk/data.cpp index a160e3ff37..2918e4747e 100644 --- a/src/gtk/data.cpp +++ b/src/gtk/data.cpp @@ -10,10 +10,9 @@ // For compilers that support precompilation, includes "wx.h". #include "wx/wxprec.h" -#include "wx/object.h" -#include "wx/window.h" -#include "wx/dc.h" -#include "wx/cursor.h" +#ifndef WX_PRECOMP + #include "wx/cursor.h" +#endif /* Current cursor, in order to hang on to * cursor handle when setting the cursor globally */ @@ -31,4 +30,3 @@ int g_openDialogs = 0; /* true when the message queue is empty. this gets set to false by all event callbacks before anything else is done */ bool g_isIdle = false; -