X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/93763ad5ba900aecb9220a36ebe7447313ea3e31..9372855d1980987a788e44f89f9b73ede1e9f58b:/src/gtk/data.cpp?ds=sidebyside diff --git a/src/gtk/data.cpp b/src/gtk/data.cpp index a160e3ff37..714d5169c5 100644 --- a/src/gtk/data.cpp +++ b/src/gtk/data.cpp @@ -10,8 +10,11 @@ // For compilers that support precompilation, includes "wx.h". #include "wx/wxprec.h" -#include "wx/object.h" -#include "wx/window.h" +#ifndef WX_PRECOMP + #include "wx/object.h" + #include "wx/window.h" +#endif + #include "wx/dc.h" #include "wx/cursor.h" @@ -31,4 +34,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; -