mirror of
https://github.com/cookiengineer/audacity
synced 2026-04-25 07:23:44 +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)
|
||||
|
||||
Reference in New Issue
Block a user