mirror of
https://github.com/cookiengineer/audacity
synced 2025-12-13 08:06:32 +01:00
travis
This commit is contained in:
@@ -21,8 +21,9 @@ system by constructing BatchCommandEval objects.
|
||||
|
||||
*//*******************************************************************/
|
||||
|
||||
#include "CommandDirectory.h"
|
||||
#include "../Audacity.h"
|
||||
#include "CommandBuilder.h"
|
||||
#include "CommandDirectory.h"
|
||||
#include "../Shuttle.h"
|
||||
#include "BatchEvalCommand.h"
|
||||
#include "Command.h"
|
||||
|
||||
@@ -16,6 +16,9 @@
|
||||
#ifndef __COMMANDBUILDER__
|
||||
#define __COMMANDBUILDER__
|
||||
|
||||
#include "../MemoryX.h"
|
||||
#include <wx/string.h>
|
||||
|
||||
class Command;
|
||||
using CommandHolder = std::shared_ptr<Command>;
|
||||
class wxString;
|
||||
|
||||
@@ -13,6 +13,7 @@
|
||||
|
||||
*//*******************************************************************/
|
||||
|
||||
#include "../Audacity.h"
|
||||
#include "CommandDirectory.h"
|
||||
#include "CommandMisc.h"
|
||||
|
||||
|
||||
@@ -13,8 +13,9 @@
|
||||
|
||||
*//*******************************************************************/
|
||||
|
||||
#include "CommandMisc.h"
|
||||
#include "../Audacity.h"
|
||||
#include "CommandSignature.h"
|
||||
#include "CommandMisc.h"
|
||||
#include "Validators.h"
|
||||
|
||||
CommandSignature::~CommandSignature()
|
||||
|
||||
@@ -17,8 +17,9 @@ Also acts as a factory.
|
||||
|
||||
*//*******************************************************************/
|
||||
|
||||
#include "CommandMisc.h"
|
||||
#include "../Audacity.h"
|
||||
#include "CommandType.h"
|
||||
#include "CommandMisc.h"
|
||||
#include "CommandSignature.h"
|
||||
#include <wx/string.h>
|
||||
|
||||
|
||||
@@ -13,6 +13,7 @@
|
||||
|
||||
*//*******************************************************************/
|
||||
|
||||
#include "../Audacity.h"
|
||||
#include "HelpCommand.h"
|
||||
#include "CommandDirectory.h"
|
||||
#include <wx/string.h>
|
||||
|
||||
@@ -16,6 +16,7 @@
|
||||
|
||||
*//*******************************************************************/
|
||||
|
||||
#include "../Audacity.h"
|
||||
#include "SelectCommand.h"
|
||||
#include <wx/string.h>
|
||||
#include "../Project.h"
|
||||
|
||||
Reference in New Issue
Block a user