mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-06 17:13:49 +01:00
Remove unnecessary #include from LoadCommands.h and LoadEffects.h
This commit is contained in:
@@ -17,6 +17,7 @@ modelled on BuiltinEffectsModule
|
||||
#include "LoadCommands.h"
|
||||
|
||||
#include "../Prefs.h"
|
||||
|
||||
#include "../MemoryX.h"
|
||||
|
||||
#include "../effects/EffectManager.h"
|
||||
|
||||
@@ -10,12 +10,11 @@
|
||||
**********************************************************************/
|
||||
|
||||
#include "audacity/ModuleInterface.h"
|
||||
#include "audacity/EffectInterface.h"
|
||||
#include "audacity/PluginInterface.h"
|
||||
|
||||
#include "AudacityCommand.h"
|
||||
#include "../MemoryX.h"
|
||||
|
||||
class AudacityCommand;
|
||||
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
//
|
||||
// BuiltinCommandsModule
|
||||
|
||||
@@ -9,12 +9,11 @@
|
||||
**********************************************************************/
|
||||
|
||||
#include "audacity/ModuleInterface.h"
|
||||
#include "audacity/EffectInterface.h"
|
||||
#include "audacity/PluginInterface.h"
|
||||
|
||||
#include "Effect.h"
|
||||
#include "../MemoryX.h"
|
||||
|
||||
class Effect;
|
||||
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
//
|
||||
// BuiltinEffectsModule
|
||||
|
||||
Reference in New Issue
Block a user