]> git.saurik.com Git - wxWidgets.git/blobdiff - src/x11/app.cpp
revert removal of gtk1 code from common file
[wxWidgets.git] / src / x11 / app.cpp
index cbdac795e754a292d8d5f4055ec68eb47893b5dd..afe3bb92a701374a5beeec2dd425a9888fc59c37 100644 (file)
 #ifndef WX_PRECOMP
     #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/log.h"
 #include "wx/module.h"
 #include "wx/memory.h"
-#include "wx/log.h"
 #include "wx/evtloop.h"
-#include "wx/timer.h"
 #include "wx/filename.h"
 
 #include "wx/univ/theme.h"
@@ -47,8 +46,6 @@
 //   global data
 //------------------------------------------------------------------------
 
-extern wxList wxPendingDelete;
-
 wxWindowHash *wxWidgetHashTable = NULL;
 wxWindowHash *wxClientWidgetHashTable = NULL;