X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/c0badb709a86b91a203416784b649e3d00c699c7..1c36c09cd5f591c3b047a7c7367e7ce91d069cdd:/src/gtk1/toplevel.cpp diff --git a/src/gtk1/toplevel.cpp b/src/gtk1/toplevel.cpp index c2ee360fb7..fa58734334 100644 --- a/src/gtk1/toplevel.cpp +++ b/src/gtk1/toplevel.cpp @@ -30,11 +30,11 @@ #include "wx/dcclient.h" #include "wx/dialog.h" #include "wx/timer.h" + #include "wx/settings.h" + #include "wx/control.h" #endif -#include "wx/control.h" #include "wx/gtk1/private.h" -#include "wx/settings.h" #include "wx/evtloop.h" #include @@ -61,8 +61,6 @@ extern bool g_isIdle; // data // ---------------------------------------------------------------------------- -extern wxList wxPendingDelete; - extern int g_openDialogs; extern wxWindowGTK *g_delayedFocus;