mirror of
https://github.com/cookiengineer/audacity
synced 2025-10-18 16:41:14 +02:00
FileDialog: Do not include (private) config.h in public header.
This commit is contained in:
@@ -17,24 +17,12 @@ custom controls.
|
||||
#ifndef _FILE_DIALOG_H_
|
||||
#define _FILE_DIALOG_H_
|
||||
|
||||
#if defined(__WXGTK__)
|
||||
#include "config.h"
|
||||
#endif
|
||||
|
||||
#include "wx/defs.h"
|
||||
#include "wx/filedlg.h"
|
||||
|
||||
typedef void (*fdCallback)(void *, int);
|
||||
|
||||
#if defined(__WXMAC__)
|
||||
#include "mac/FileDialogPrivate.h"
|
||||
#elif defined(__WXMSW__)
|
||||
#include "win/FileDialogPrivate.h"
|
||||
#elif defined(__WXGTK__) && defined(HAVE_GTK)
|
||||
#include "gtk/FileDialogPrivate.h"
|
||||
#else
|
||||
#include "generic/FileDialogPrivate.h"
|
||||
#endif
|
||||
#include "FileDialogPrivate.h"
|
||||
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
// Name: filedlg.h
|
||||
|
Reference in New Issue
Block a user