1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-11-14 09:03:54 +01:00

Revert "Break cycle of FileDialog and FileDialogPrivate"...

... It didn't really break the cycle, because there were still indirect
inclusions via AudacityHeaders.h.

This reverts commit 4f78874978.
This commit is contained in:
Paul Licameli
2020-05-26 15:24:00 -04:00
parent a1dca132a8
commit 2a91f91287
4 changed files with 8 additions and 0 deletions

View File

@@ -11,6 +11,8 @@
#include <gtk/gtk.h>
#include "../FileDialog.h"
#include "wx/intl.h"
#include "wx/msgdlg.h"

View File

@@ -14,6 +14,8 @@
#ifndef _MAC_FILEDIALOG_H_
#define _MAC_FILEDIALOG_H_
#include "../FileDialog.h"
class wxChoice;
//-------------------------------------------------------------------------

View File

@@ -24,6 +24,8 @@
// For compilers that support precompilation, includes "wx.h".
#include <wx/wxprec.h>
#include "../FileDialog.h"
#ifndef WX_PRECOMP
#include <wx/msgdlg.h>
#include <wx/app.h>

View File

@@ -49,6 +49,8 @@
#include <wx/modalhook.h>
#include <wx/filectrl.h>
#include "../FileDialog.h"
#include <shlobj.h>
// ----------------------------------------------------------------------------