summaryrefslogtreecommitdiff
path: root/gtk2_ardour/audio_time_axis.cc
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2015-01-09 17:48:58 -0500
committerDavid Robillard <d@drobilla.net>2015-01-09 17:48:58 -0500
commit0d66a38e7520cde225b0410e595bf31ff801a4c1 (patch)
tree0fb1834ab1b47b8ad6066a7aff298f588ae3117a /gtk2_ardour/audio_time_axis.cc
parent9e0cd98ad4fc84e56640ea9a466d3fd0dbccef04 (diff)
Use quotes to include local library headers.
Diffstat (limited to 'gtk2_ardour/audio_time_axis.cc')
-rw-r--r--gtk2_ardour/audio_time_axis.cc8
1 files changed, 4 insertions, 4 deletions
diff --git a/gtk2_ardour/audio_time_axis.cc b/gtk2_ardour/audio_time_axis.cc
index 533c5ffc35..01eda95d15 100644
--- a/gtk2_ardour/audio_time_axis.cc
+++ b/gtk2_ardour/audio_time_axis.cc
@@ -31,10 +31,10 @@
#include "pbd/stl_delete.h"
#include "pbd/memento_command.h"
-#include <gtkmm2ext/gtk_ui.h>
-#include <gtkmm2ext/selector.h>
-#include <gtkmm2ext/bindable_button.h>
-#include <gtkmm2ext/utils.h>
+#include "gtkmm2ext/gtk_ui.h"
+#include "gtkmm2ext/selector.h"
+#include "gtkmm2ext/bindable_button.h"
+#include "gtkmm2ext/utils.h"
#include "ardour/event_type_map.h"
#include "ardour/pannable.h"