From d90a827e035be3106cc8a8f5b292a87fc028a74e Mon Sep 17 00:00:00 2001 From: Paul Licameli Date: Thu, 25 Apr 2019 10:35:56 -0400 Subject: [PATCH] Remove unneeded #include-s of AudacityApp.h --- src/AudacityHeaders.h | 1 - src/BatchCommands.cpp | 1 - src/blockfile/ODPCMAliasBlockFile.cpp | 1 - src/blockfile/PCMAliasBlockFile.cpp | 1 - 4 files changed, 4 deletions(-) diff --git a/src/AudacityHeaders.h b/src/AudacityHeaders.h index a788f29d2..66a4583fa 100644 --- a/src/AudacityHeaders.h +++ b/src/AudacityHeaders.h @@ -44,7 +44,6 @@ #include "audacity/Types.h" #include "AColor.h" -#include "AudacityApp.h" #include "AudioIO.h" #include "BlockFile.h" #include "Diags.h" diff --git a/src/BatchCommands.cpp b/src/BatchCommands.cpp index 7392ce215..5a8a9eee9 100644 --- a/src/BatchCommands.cpp +++ b/src/BatchCommands.cpp @@ -24,7 +24,6 @@ processing. See also MacrosWindow and ApplyMacroDialog. #include #include -#include "AudacityApp.h" #include "Project.h" #include "commands/CommandManager.h" #include "effects/EffectManager.h" diff --git a/src/blockfile/ODPCMAliasBlockFile.cpp b/src/blockfile/ODPCMAliasBlockFile.cpp index f374710a0..d4724a76c 100644 --- a/src/blockfile/ODPCMAliasBlockFile.cpp +++ b/src/blockfile/ODPCMAliasBlockFile.cpp @@ -28,7 +28,6 @@ The summary is eventually computed and written to a file in a background thread. #include #include -#include "../AudacityApp.h" #include "PCMAliasBlockFile.h" #include "../DirManager.h" #include "../FileFormats.h" diff --git a/src/blockfile/PCMAliasBlockFile.cpp b/src/blockfile/PCMAliasBlockFile.cpp index e9fb7e185..e4316e4cd 100644 --- a/src/blockfile/PCMAliasBlockFile.cpp +++ b/src/blockfile/PCMAliasBlockFile.cpp @@ -18,7 +18,6 @@ #include -#include "../AudacityApp.h" #include "../FileFormats.h" #include "../Internat.h" #include "../MemoryX.h"