mirror of
https://github.com/cookiengineer/audacity
synced 2026-03-01 17:34:24 +01:00
CommandDirectory.cpp has fewer dependencies...
... This involved populating it with a new registration system. BatchEvalCommand, HelpCommand, MessageCommand escape from cycles and move higher in the dependency graph, and CommandDirectory moves lower.
This commit is contained in:
@@ -25,7 +25,7 @@ system by constructing BatchCommandEval objects.
|
||||
#include "CommandBuilder.h"
|
||||
|
||||
#include "CommandDirectory.h"
|
||||
#include "BatchEvalCommand.h"
|
||||
#include "Command.h"
|
||||
#include "ScriptCommandRelay.h"
|
||||
#include "CommandContext.h"
|
||||
#include "CommandTargets.h"
|
||||
|
||||
Reference in New Issue
Block a user