mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-23 17:30:17 +01:00
Remove some unneeded #includes and forward declarations
This commit is contained in:
@@ -9,10 +9,9 @@
|
||||
#ifndef __AUDACITY_COMMAND_FUNCTORS__
|
||||
#define __AUDACITY_COMMAND_FUNCTORS__
|
||||
|
||||
#include "Command.h"
|
||||
|
||||
class AudacityProject;
|
||||
class AudacityApp;
|
||||
class CommandContext;
|
||||
class wxEvtHandler;
|
||||
|
||||
// Base class for objects, to whose member functions, the CommandManager will
|
||||
|
||||
Reference in New Issue
Block a user