]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk1/window.cpp
oops, typo in last commit
[wxWidgets.git] / src / gtk1 / window.cpp
index 23578f743b40601c8478e511f212bc677696b0d9..fdc9421a8dd6da939b621ff6bf93e30faedc11a9 100644 (file)
     #include "wx/log.h"
     #include "wx/app.h"
     #include "wx/utils.h"
+    #include "wx/frame.h"
+    #include "wx/dcclient.h"
+    #include "wx/menu.h"
+    #include "wx/dialog.h"
+    #include "wx/settings.h"
+    #include "wx/msgdlg.h"
 #endif
 
-#include "wx/dcclient.h"
-#include "wx/frame.h"
 #include "wx/layout.h"
-#include "wx/dialog.h"
-#include "wx/msgdlg.h"
 #include "wx/module.h"
 #include "wx/combobox.h"
 
@@ -47,9 +49,7 @@
     #include "wx/textctrl.h"
 #endif
 
-#include "wx/menu.h"
 #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;