Reverted last wxBookCtrl change and added alignment check to notebook
[wxWidgets.git] / src / mac / carbon / dialog.cpp
index 69f568b9a501d1606c1e3b7379c1ae80dc847963..0a478ad303b851a5814ece450ca381d7a0204efe 100644 (file)
 #ifndef WX_PRECOMP
     #include "wx/app.h"
     #include "wx/utils.h"
+    #include "wx/frame.h"
+    #include "wx/settings.h"
 #endif // WX_PRECOMP
 
-#include "wx/frame.h"
-#include "wx/settings.h"
-
 #include "wx/mac/uma.h"
 
 
@@ -28,8 +27,6 @@
 // for modal dialogs
 wxList wxModalDialogs;
 
-extern wxList wxPendingDelete;
-
 IMPLEMENT_DYNAMIC_CLASS(wxDialog, wxTopLevelWindow)
 
 BEGIN_EVENT_TABLE(wxDialog, wxDialogBase)