X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/93763ad5ba900aecb9220a36ebe7447313ea3e31..6ba718d7aee2f519d9146b90424ccec9e2243479:/src/gtk1/data.cpp diff --git a/src/gtk1/data.cpp b/src/gtk1/data.cpp index c4a0b5dc1e..a537b71a55 100644 --- a/src/gtk1/data.cpp +++ b/src/gtk1/data.cpp @@ -2,7 +2,6 @@ // Name: src/gtk1/data.cpp // Purpose: Various global GTK-specific data // Author: Robert Roebling -// Id: $Id$ // Copyright: (c) 1998 Robert Roebling // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// @@ -10,10 +9,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 */