1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-10-19 09:01:15 +02:00

Remove an unnecessary nested #include

This commit is contained in:
Paul Licameli
2019-03-31 13:05:13 -04:00
parent 4c441697eb
commit 48b184f072
6 changed files with 7 additions and 1 deletions

View File

@@ -17,6 +17,7 @@
#include "../prefs/PrefsDialog.h"
#include "../prefs/SpectrogramSettings.h"
#include "../prefs/WaveformSettings.h"
#include "../widgets/ErrorDialog.h"
// private helper classes and functions
namespace {

View File

@@ -14,6 +14,7 @@
#include "../commands/CommandManager.h"
#include "../export/Export.h"
#include "../export/ExportMultiple.h"
#include "../widgets/ErrorDialog.h"
#ifdef USE_MIDI
#include "../import/ImportMIDI.h"

View File

@@ -20,6 +20,7 @@
#include "../toolbars/ControlToolBar.h"
#include "../toolbars/TranscriptionToolBar.h"
#include "../tracks/ui/Scrubbing.h"
#include "../widgets/ErrorDialog.h"
#include <float.h>