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:
parent
65dc32f9ec
commit
0cecd2f7d5
@ -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"
|
||||
|
||||
|
@ -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
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user