X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/9d43ea9585ecd3ee3ddb27fed3f43cb84ecafe6c..a4f4d548ce0d3533fe9e84d812643cc7c21dd580:/src/mac/carbon/filedlg.cpp?ds=sidebyside diff --git a/src/mac/carbon/filedlg.cpp b/src/mac/carbon/filedlg.cpp index 8e5b944b57..dcd709aef4 100644 --- a/src/mac/carbon/filedlg.cpp +++ b/src/mac/carbon/filedlg.cpp @@ -9,11 +9,8 @@ // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// -#ifdef __GNUG__ -#pragma implementation "filedlg.h" -#endif +#include "wx/wxprec.h" -#include "wx/defs.h" #include "wx/app.h" #include "wx/utils.h" #include "wx/dialog.h" @@ -26,15 +23,15 @@ #include "PLStringFuncs.h" #endif -#if !USE_SHARED_LIBRARY IMPLEMENT_CLASS(wxFileDialog, wxFileDialogBase) -#endif // begin wxmac #include "wx/mac/private.h" +#ifndef __DARWIN__ #include +#endif #include "MoreFilesX.h"