mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 06:44:57 +01:00
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
3 changed files with 2 additions and 3 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue