#ifndef WX_PRECOMP
#include "wx/app.h"
+ #include "wx/utils.h"
+ #include "wx/frame.h"
+ #include "wx/settings.h"
#endif // WX_PRECOMP
-#include "wx/utils.h"
-#include "wx/frame.h"
-#include "wx/settings.h"
-
#include "wx/mac/uma.h"
// Lists to keep track of windows, so we can disable/enable them
// for modal dialogs
wxList wxModalDialogs;
-//wxList wxModelessWindows; // Frames and modeless dialogs
-extern wxList wxPendingDelete;
IMPLEMENT_DYNAMIC_CLASS(wxDialog, wxTopLevelWindow)