mirror of
https://github.com/cookiengineer/audacity
synced 2025-10-19 09:01:15 +02:00
Move ShuttleGetDefinition to its own files...
... so Shuttle need not include CommandTargets.h
This commit is contained in:
@@ -25,10 +25,11 @@ system by constructing BatchCommandEval objects.
|
||||
#include "CommandBuilder.h"
|
||||
|
||||
#include "CommandDirectory.h"
|
||||
#include "../Shuttle.h"
|
||||
#include "BatchEvalCommand.h"
|
||||
#include "ScriptCommandRelay.h"
|
||||
#include "CommandContext.h"
|
||||
#include "CommandTargets.h"
|
||||
#include "Shuttle.h"
|
||||
|
||||
CommandBuilder::CommandBuilder(const wxString &cmdString)
|
||||
: mValid(false)
|
||||
|
@@ -25,6 +25,7 @@ This class now lists
|
||||
|
||||
#include "../Project.h"
|
||||
#include "CommandManager.h"
|
||||
#include "CommandTargets.h"
|
||||
#include "../effects/EffectManager.h"
|
||||
#include "../widgets/Overlay.h"
|
||||
#include "../TrackPanel.h"
|
||||
|
Reference in New Issue
Block a user