// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
-#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
-#pragma implementation "filedlg.h"
-#endif
-
#include "wx/wxprec.h"
#include "wx/app.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"