]> git.saurik.com Git - wxWidgets.git/blobdiff - src/mac/classic/window.cpp
Include wx/radiobut.h according to precompiled headers of wx/wx.h (with other minor...
[wxWidgets.git] / src / mac / classic / window.cpp
index 9898f482d91049930f39a0eb23ce357c55b1d9ad..16b32b0496b6e7e9822d2a27dff18121d56306f6 100644 (file)
     #include "wx/button.h"
     #include "wx/menu.h"
     #include "wx/dialog.h"
+    #include "wx/settings.h"
+    #include "wx/msgdlg.h"
+    #include "wx/scrolbar.h"
+    #include "wx/statbox.h"
+    #include "wx/listbox.h"
 #endif
 
 #include "wx/layout.h"
-#include "wx/listbox.h"
-#include "wx/scrolbar.h"
-#include "wx/statbox.h"
-#include "wx/settings.h"
-#include "wx/msgdlg.h"
 #include "wx/notebook.h"
 #include "wx/tabctrl.h"
 #include "wx/tooltip.h"
@@ -60,7 +60,6 @@
 
 #include <string.h>
 
-extern wxList wxPendingDelete;
 wxWindowMac* gFocusWindow = NULL ;
 
 #ifdef __WXUNIVERSAL__