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

@@ -17,9 +17,7 @@ custom controls.
#ifndef _FILEDIALOG_H_
#define _FILEDIALOG_H_
#include <wx/defs.h>
#include <wx/filectrl.h>
#include <wx/filedlg.h>
#include <wx/filedlg.h> // to inherit
#ifndef AUDACITY_DLL_API
#define AUDACITY_DLL_API