13
0

Use libardour SystemExec wrapper in gtk2_ardour

#include ardour/system_exec.h where SystemExec is used in gtk2_ardour to
get the libardour wrapper class, and remove the include completely where
it's no longer required.
This commit is contained in:
Colin Fletcher 2014-05-19 19:52:32 +01:00
parent 65dc32f9ec
commit 0cecd2f7d5
3 changed files with 2 additions and 3 deletions

View File

@ -123,7 +123,6 @@ typedef uint64_t microseconds_t;
#include "video_server_dialog.h"
#include "add_video_dialog.h"
#include "transcode_video_dialog.h"
#include "pbd/system_exec.h"
#include "i18n.h"

View File

@ -21,8 +21,8 @@
#define __ardour_transcode_ffmpeg_h__
#include <string>
#include "ardour/system_exec.h"
#include "ardour/types.h"
#include "pbd/system_exec.h"
/** @class TranscodeFfmpeg

View File

@ -26,7 +26,7 @@
#include "ardour/types.h"
#include "ardour/session.h"
#include "ardour/session_handle.h"
#include "pbd/system_exec.h"
#include "ardour/system_exec.h"
namespace ARDOUR {
class Session;