]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk1/window.cpp
Use complete class for delete of the class.
[wxWidgets.git] / src / gtk1 / window.cpp
index 0b6dcb13bbc465c6ce9608eff2e864859f8cae11..fdc9421a8dd6da939b621ff6bf93e30faedc11a9 100644 (file)
     #include "wx/dcclient.h"
     #include "wx/menu.h"
     #include "wx/dialog.h"
+    #include "wx/settings.h"
+    #include "wx/msgdlg.h"
 #endif
 
 #include "wx/layout.h"
-#include "wx/msgdlg.h"
 #include "wx/module.h"
 #include "wx/combobox.h"
 
@@ -49,7 +50,6 @@
 #endif
 
 #include "wx/statusbr.h"
-#include "wx/settings.h"
 #include "wx/fontutil.h"
 
 #ifdef __WXDEBUG__
 // data
 //-----------------------------------------------------------------------------
 
-extern wxList     wxPendingDelete;
 extern bool       g_blockEventsOnDrag;
 extern bool       g_blockEventsOnScroll;
 extern wxCursor   g_globalCursor;