mirror of
https://github.com/cookiengineer/audacity
synced 2025-07-04 14:39:08 +02:00
Remove unnecessary #include from LoadCommands.h and LoadEffects.h
This commit is contained in:
parent
86dfcab6b3
commit
957e5eee63
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user