X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/923d28da0eed674dfd7f4a497568ac14a29f0189..6ef708cde1abee1bfad2bc4de5cc073ed0365f74:/src/x11/app.cpp diff --git a/src/x11/app.cpp b/src/x11/app.cpp index 9554bbd7e2..afe3bb92a7 100644 --- a/src/x11/app.cpp +++ b/src/x11/app.cpp @@ -21,14 +21,14 @@ #include "wx/utils.h" #include "wx/frame.h" #include "wx/icon.h" + #include "wx/dialog.h" + #include "wx/timer.h" #endif #include "wx/gdicmn.h" -#include "wx/dialog.h" #include "wx/module.h" #include "wx/memory.h" #include "wx/evtloop.h" -#include "wx/timer.h" #include "wx/filename.h" #include "wx/univ/theme.h" @@ -46,8 +46,6 @@ // global data //------------------------------------------------------------------------ -extern wxList wxPendingDelete; - wxWindowHash *wxWidgetHashTable = NULL; wxWindowHash *wxClientWidgetHashTable = NULL;