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:
@@ -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 {
|
||||
|
@@ -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"
|
||||
|
@@ -20,6 +20,7 @@
|
||||
#include "../toolbars/ControlToolBar.h"
|
||||
#include "../toolbars/TranscriptionToolBar.h"
|
||||
#include "../tracks/ui/Scrubbing.h"
|
||||
#include "../widgets/ErrorDialog.h"
|
||||
|
||||
#include <float.h>
|
||||
|
||||
|
Reference in New Issue
Block a user