summaryrefslogtreecommitdiff
path: root/gtk2_ardour/keyeditor.cc
diff options
context:
space:
mode:
Diffstat (limited to 'gtk2_ardour/keyeditor.cc')
-rw-r--r--gtk2_ardour/keyeditor.cc8
1 files changed, 4 insertions, 4 deletions
diff --git a/gtk2_ardour/keyeditor.cc b/gtk2_ardour/keyeditor.cc
index e44d92943f..742fc7fb69 100644
--- a/gtk2_ardour/keyeditor.cc
+++ b/gtk2_ardour/keyeditor.cc
@@ -1,6 +1,6 @@
#include <map>
-#include <ardour/profile.h>
+#include "ardour/profile.h"
#include <gtkmm/stock.h>
#include <gtkmm/label.h>
@@ -8,10 +8,10 @@
#include <gtkmm/accelmap.h>
#include <gtkmm/uimanager.h>
-#include <pbd/strsplit.h>
-#include <pbd/replace_all.h>
+#include "pbd/strsplit.h"
+#include "pbd/replace_all.h"
-#include <ardour/profile.h>
+#include "ardour/profile.h"
#include "actions.h"
#include "keyboard.h"