X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/fd04970ab45eb2f392af48b71aa9ecd5d4b1c8c2..a4f4d548ce0d3533fe9e84d812643cc7c21dd580:/src/mac/carbon/filedlg.cpp?ds=sidebyside diff --git a/src/mac/carbon/filedlg.cpp b/src/mac/carbon/filedlg.cpp index 60a898e95a..dcd709aef4 100644 --- a/src/mac/carbon/filedlg.cpp +++ b/src/mac/carbon/filedlg.cpp @@ -9,10 +9,6 @@ // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// -#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA) -#pragma implementation "filedlg.h" -#endif - #include "wx/wxprec.h" #include "wx/app.h" @@ -33,7 +29,9 @@ IMPLEMENT_CLASS(wxFileDialog, wxFileDialogBase) #include "wx/mac/private.h" +#ifndef __DARWIN__ #include +#endif #include "MoreFilesX.h"