]> git.saurik.com Git - wxWidgets.git/blobdiff - src/x11/app.cpp
Include wx/validate.h and wx/valtext.h according to precompiled headers of wx/wx...
[wxWidgets.git] / src / x11 / app.cpp
index 9bb85397335fbe2c3eefe7d1f155e59e4a23c54b..094bfdddbba778daa89c5f07e9e61ba34898be4b 100644 (file)
     #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"
 #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;