1
0
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:
Paul Licameli
2020-11-20 13:15:20 -05:00
parent a46118dc2a
commit caa312ab7b
31 changed files with 16 additions and 51 deletions

View File

@@ -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

View File

@@ -20,8 +20,6 @@
#include "GetTrackInfoCommand.h"
#include "LoadCommands.h"
#include "../NoteTrack.h"
#include "../WaveTrack.h"
#include "../Shuttle.h"
#include "../ShuttleGui.h"
#include "CommandContext.h"