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:
parent
f6adeed47b
commit
d90a827e03
@ -44,7 +44,6 @@
|
||||
#include "audacity/Types.h"
|
||||
|
||||
#include "AColor.h"
|
||||
#include "AudacityApp.h"
|
||||
#include "AudioIO.h"
|
||||
#include "BlockFile.h"
|
||||
#include "Diags.h"
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
@ -18,7 +18,6 @@
|
||||
|
||||
#include <sndfile.h>
|
||||
|
||||
#include "../AudacityApp.h"
|
||||
#include "../FileFormats.h"
|
||||
#include "../Internat.h"
|
||||
#include "../MemoryX.h"
|
||||
|
Loading…
x
Reference in New Issue
Block a user