From 9313930bb3ceb1051bb01152140787576c21f98d Mon Sep 17 00:00:00 2001 From: John Emmas Date: Sun, 29 Mar 2015 09:53:02 +0100 Subject: [PATCH] For the canvas library, #include 'gtkmm2ext/gui_thread.h' rather than 'gtk2_ardour/gui_thread.h' Technically it doesn't make much difference but from what I can tell, the only files which #include 'gtk2_ardour/gui_thread.h' are the source files from gtk2_ardour itself. The support libraries always #include 'gtkmm2ext/gui_thread.h' directly (which seems sensible). So for consistency's sake, let's keep it the same for libcanvas. --- libs/canvas/wave_view.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/canvas/wave_view.cc b/libs/canvas/wave_view.cc index 8570d8d32c..c0496ef0c1 100644 --- a/libs/canvas/wave_view.cc +++ b/libs/canvas/wave_view.cc @@ -38,7 +38,7 @@ #include -#include "gtk2_ardour/gui_thread.h" +#include "gtkmm2ext/gui_thread.h" using namespace std; using namespace ARDOUR;