1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-10-18 16:41:14 +02:00

Rewrite #include directives in lib-src/FileDialog ...

... Removing one from the public header file
This commit is contained in:
Paul Licameli
2019-03-23 11:22:50 -04:00
parent cb3c8b553c
commit 2176de79fb
4 changed files with 17 additions and 17 deletions

View File

@@ -14,10 +14,10 @@
#ifndef _MAC_FILEDIALOG_H_
#define _MAC_FILEDIALOG_H_
#include <wx/choice.h>
#include "../FileDialog.h"
class wxChoice;
//-------------------------------------------------------------------------
// wxFileDialog
//-------------------------------------------------------------------------