mirror of
https://github.com/cookiengineer/audacity
synced 2026-01-25 22:43:43 +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 "LoadCommands.h"
|
||||||
|
|
||||||
#include "../Prefs.h"
|
#include "../Prefs.h"
|
||||||
|
|
||||||
#include "../MemoryX.h"
|
#include "../MemoryX.h"
|
||||||
|
|
||||||
#include "../effects/EffectManager.h"
|
#include "../effects/EffectManager.h"
|
||||||
|
|||||||
@@ -10,12 +10,11 @@
|
|||||||
**********************************************************************/
|
**********************************************************************/
|
||||||
|
|
||||||
#include "audacity/ModuleInterface.h"
|
#include "audacity/ModuleInterface.h"
|
||||||
#include "audacity/EffectInterface.h"
|
|
||||||
#include "audacity/PluginInterface.h"
|
|
||||||
|
|
||||||
#include "AudacityCommand.h"
|
|
||||||
#include "../MemoryX.h"
|
#include "../MemoryX.h"
|
||||||
|
|
||||||
|
class AudacityCommand;
|
||||||
|
|
||||||
///////////////////////////////////////////////////////////////////////////////
|
///////////////////////////////////////////////////////////////////////////////
|
||||||
//
|
//
|
||||||
// BuiltinCommandsModule
|
// BuiltinCommandsModule
|
||||||
|
|||||||
@@ -9,12 +9,11 @@
|
|||||||
**********************************************************************/
|
**********************************************************************/
|
||||||
|
|
||||||
#include "audacity/ModuleInterface.h"
|
#include "audacity/ModuleInterface.h"
|
||||||
#include "audacity/EffectInterface.h"
|
|
||||||
#include "audacity/PluginInterface.h"
|
|
||||||
|
|
||||||
#include "Effect.h"
|
|
||||||
#include "../MemoryX.h"
|
#include "../MemoryX.h"
|
||||||
|
|
||||||
|
class Effect;
|
||||||
|
|
||||||
///////////////////////////////////////////////////////////////////////////////
|
///////////////////////////////////////////////////////////////////////////////
|
||||||
//
|
//
|
||||||
// BuiltinEffectsModule
|
// BuiltinEffectsModule
|
||||||
|
|||||||
Reference in New Issue
Block a user