X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e4db172a3b318df9aff178eb6c5da149d56e0859..b5b0a35d6b648aead1aa353dfe9c03775496981f:/src/x11/app.cpp diff --git a/src/x11/app.cpp b/src/x11/app.cpp index 8215157322..afe3bb92a7 100644 --- a/src/x11/app.cpp +++ b/src/x11/app.cpp @@ -18,17 +18,17 @@ #include "wx/hash.h" #include "wx/intl.h" #include "wx/log.h" + #include "wx/utils.h" + #include "wx/frame.h" + #include "wx/icon.h" + #include "wx/dialog.h" + #include "wx/timer.h" #endif -#include "wx/frame.h" -#include "wx/utils.h" #include "wx/gdicmn.h" -#include "wx/icon.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;