X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/cdccdfabb29bd51aded9aac141e1f7bbd6c85443..b0ad146aba58fae678c885a9bc5e30d79bffb494:/src/gtk1/data.cpp?ds=sidebyside diff --git a/src/gtk1/data.cpp b/src/gtk1/data.cpp index 48730c7ec9..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 ///////////////////////////////////////////////////////////////////////////// @@ -13,11 +12,10 @@ #ifndef WX_PRECOMP #include "wx/object.h" #include "wx/window.h" + #include "wx/dc.h" + #include "wx/cursor.h" #endif -#include "wx/dc.h" -#include "wx/cursor.h" - /* Current cursor, in order to hang on to * cursor handle when setting the cursor globally */ wxCursor g_globalCursor;