X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/76b49cf49ba9ee9f3eeec9730cb4bc4569ab17f1..8b001346df250405a7525cf2605d386cfb625e26:/src/x11/app.cpp diff --git a/src/x11/app.cpp b/src/x11/app.cpp index 9bb8539733..f379aef037 100644 --- a/src/x11/app.cpp +++ b/src/x11/app.cpp @@ -20,15 +20,15 @@ #include "wx/log.h" #include "wx/utils.h" #include "wx/frame.h" + #include "wx/icon.h" + #include "wx/dialog.h" + #include "wx/timer.h" + #include "wx/memory.h" + #include "wx/gdicmn.h" #endif -#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;