]> git.saurik.com Git - wxWidgets.git/blobdiff - src/mac/carbon/filedlg.cpp
patch 1306473
[wxWidgets.git] / src / mac / carbon / filedlg.cpp
index 8e5b944b5755a80a376c0e0e36efbc3b78177c21..dcd709aef41b515ad74dfad779af3aa9fea0397a 100644 (file)
@@ -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"
   #include "PLStringFuncs.h"
 #endif
 
-#if !USE_SHARED_LIBRARY
 IMPLEMENT_CLASS(wxFileDialog, wxFileDialogBase)
-#endif
 
 // begin wxmac
 
 #include "wx/mac/private.h"
 
+#ifndef __DARWIN__
 #include <Navigation.h>
+#endif
 
 #include "MoreFilesX.h"