1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-05-01 16:19:43 +02:00

Remove unneeded #include-s of AudacityApp.h

This commit is contained in:
Paul Licameli 2019-04-25 10:35:56 -04:00
parent f6adeed47b
commit d90a827e03
4 changed files with 0 additions and 4 deletions

View File

@ -44,7 +44,6 @@
#include "audacity/Types.h"
#include "AColor.h"
#include "AudacityApp.h"
#include "AudioIO.h"
#include "BlockFile.h"
#include "Diags.h"

View File

@ -24,7 +24,6 @@ processing. See also MacrosWindow and ApplyMacroDialog.
#include <wx/filedlg.h>
#include <wx/textfile.h>
#include "AudacityApp.h"
#include "Project.h"
#include "commands/CommandManager.h"
#include "effects/EffectManager.h"

View File

@ -28,7 +28,6 @@ The summary is eventually computed and written to a file in a background thread.
#include <wx/thread.h>
#include <sndfile.h>
#include "../AudacityApp.h"
#include "PCMAliasBlockFile.h"
#include "../DirManager.h"
#include "../FileFormats.h"

View File

@ -18,7 +18,6 @@
#include <sndfile.h>
#include "../AudacityApp.h"
#include "../FileFormats.h"
#include "../Internat.h"
#include "../MemoryX.h"