mirror of
https://github.com/cookiengineer/audacity
synced 2025-12-15 00:51:21 +01:00
Remove unneeded #include-s of AudacityApp.h
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user