X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/62f864c32c53356b7228591c85b14abc491c46f0..2cf3a6d7bef6f20bea35062dd3d4dbf0aec9efb5:/src/mac/classic/msgdlg.cpp?ds=sidebyside diff --git a/src/mac/classic/msgdlg.cpp b/src/mac/classic/msgdlg.cpp index 7e48867ed2..8ae60e7a4d 100644 --- a/src/mac/classic/msgdlg.cpp +++ b/src/mac/classic/msgdlg.cpp @@ -9,13 +9,16 @@ // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// -#ifdef __GNUG__ -#pragma implementation "msgdlg.h" -#endif +// for compilers that support precompilation, includes "wx.h". +#include "wx/wxprec.h" -#include "wx/app.h" #include "wx/msgdlg.h" -#include "wx/intl.h" + +#ifndef WX_PRECOMP + #include "wx/intl.h" + #include "wx/app.h" +#endif + #include "wx/mac/uma.h" IMPLEMENT_CLASS(wxMessageDialog, wxDialog) @@ -259,4 +262,3 @@ int wxMessageDialog::ShowModal() return resultbutton ; } -