summaryrefslogtreecommitdiff
path: root/gtk2_ardour/video_timeline.cc
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2018-11-19 03:20:11 +0100
committerRobin Gareus <robin@gareus.org>2018-11-19 03:20:11 +0100
commita5b38fd6dc9ce9d1fb450da493adbc02b787c5e8 (patch)
treed9d617f5db4fa61c9801578ceab4381132479569 /gtk2_ardour/video_timeline.cc
parent4c6ff5f7e7ba8509259021e4ac9176224edd6036 (diff)
Use libardour video-tool path (2/2)
Diffstat (limited to 'gtk2_ardour/video_timeline.cc')
-rw-r--r--gtk2_ardour/video_timeline.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk2_ardour/video_timeline.cc b/gtk2_ardour/video_timeline.cc
index f16aea8dfa..d8bec5e23b 100644
--- a/gtk2_ardour/video_timeline.cc
+++ b/gtk2_ardour/video_timeline.cc
@@ -23,6 +23,7 @@
#include "pbd/file_utils.h"
#include "pbd/types_convert.h"
+#include "ardour/filesystem_paths.h"
#include "ardour/session_directory.h"
#include "ardour_ui.h"
@@ -32,7 +33,6 @@
#include "utils_videotl.h"
#include "rgb_macros.h"
#include "video_timeline.h"
-#include "video_tool_paths.h"
#include <gtkmm2ext/utils.h>
#include <pthread.h>