For the canvas library, #include 'gtkmm2ext/gui_thread.h' rather than 'gtk2_ardour...
authorJohn Emmas <johne53@tiscali.co.uk>
Sun, 29 Mar 2015 08:53:02 +0000 (09:53 +0100)
committerPaul Davis <paul@linuxaudiosystems.com>
Mon, 30 Mar 2015 14:19:00 +0000 (09:19 -0500)
commit9313930bb3ceb1051bb01152140787576c21f98d
tree504aff93e0966aac9072bf17bc1bc786da028f08
parent9128cdefe92cc9a40cb48bbb201bcbf26d01588e
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