1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-05-04 17:49:45 +02:00

Remove unused forward declaration

This commit is contained in:
Paul Licameli 2018-10-18 20:05:46 -04:00
parent 27aa59ed50
commit 83ede10891
2 changed files with 0 additions and 2 deletions

View File

@ -23,7 +23,6 @@ responsible for calling the appropriate callback functions.
#include "Audacity.h"
#include "MemoryX.h"
class Command;
class LoadableModule;
class CommandDefinitionInterface;
class Effect;

View File

@ -27,7 +27,6 @@ they are kept separate to make things simpler.
#include "CommandMisc.h"
#include "CommandType.h"
class Command;
class CommandOutputTargets;
class CommandDirectory