]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk1/window.cpp
revert removal of gtk1 code from common file
[wxWidgets.git] / src / gtk1 / window.cpp
index fe8f36be4290369333b82becadb3fc42fabd374f..fdc9421a8dd6da939b621ff6bf93e30faedc11a9 100644 (file)
     #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"
 
 // data
 //-----------------------------------------------------------------------------
 
-extern wxList     wxPendingDelete;
 extern bool       g_blockEventsOnDrag;
 extern bool       g_blockEventsOnScroll;
 extern wxCursor   g_globalCursor;