X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/de6185e212ebc37ff11ff70278e3c4f68419b097..b0b96f667dbc2fc2d3ebaa342c50bdea10f84a91:/src/mac/classic/dialog.cpp?ds=sidebyside diff --git a/src/mac/classic/dialog.cpp b/src/mac/classic/dialog.cpp index 75a92a14f0..198acc1f4c 100644 --- a/src/mac/classic/dialog.cpp +++ b/src/mac/classic/dialog.cpp @@ -16,18 +16,15 @@ #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" // 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)