X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/93763ad5ba900aecb9220a36ebe7447313ea3e31..bb93b4a819810a4c8d2cba1ab1d0618dcaca68ab:/src/gtk1/data.cpp diff --git a/src/gtk1/data.cpp b/src/gtk1/data.cpp index c4a0b5dc1e..f1f49656b8 100644 --- a/src/gtk1/data.cpp +++ b/src/gtk1/data.cpp @@ -10,10 +10,12 @@ // 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/object.h" + #include "wx/window.h" + #include "wx/dc.h" + #include "wx/cursor.h" +#endif /* Current cursor, in order to hang on to * cursor handle when setting the cursor globally */