]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk1/mdi.cpp
Unicode compilation fixes
[wxWidgets.git] / src / gtk1 / mdi.cpp
index 10cf8bbe39cd1051a831fa5bb83a98be832761e0..47b3493b95b725a287e030d763d5bb0450812a4c 100644 (file)
 #ifndef WX_PRECOMP
     #include "wx/intl.h"
     #include "wx/menu.h"
+    #include "wx/dialog.h"
 #endif
 
 #include "wx/notebook.h"
-#include "wx/dialog.h"
 #include "wx/gtk1/private.h"
 
 #include <glib.h>
@@ -45,8 +45,6 @@ extern bool g_isIdle;
 // globals
 //-----------------------------------------------------------------------------
 
-extern wxList wxPendingDelete;
-
 //-----------------------------------------------------------------------------
 // "switch_page"
 //-----------------------------------------------------------------------------