1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-10-22 06:22:58 +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

@@ -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"