summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor_keys.cc
diff options
context:
space:
mode:
Diffstat (limited to 'gtk2_ardour/editor_keys.cc')
-rw-r--r--gtk2_ardour/editor_keys.cc6
1 files changed, 3 insertions, 3 deletions
diff --git a/gtk2_ardour/editor_keys.cc b/gtk2_ardour/editor_keys.cc
index 2da3122d48..d887697d63 100644
--- a/gtk2_ardour/editor_keys.cc
+++ b/gtk2_ardour/editor_keys.cc
@@ -21,17 +21,17 @@
#include <cmath>
#include <string>
+#include <gtkmm/treeview.h>
+
#include "pbd/error.h"
#include "ardour/session.h"
-#include "ardour/region.h"
-#include <gtkmm/treeview.h>
#include "ardour_ui.h"
#include "editor.h"
-#include "time_axis_view.h"
#include "region_view.h"
#include "selection.h"
+#include "time_axis_view.h"
#include "i18n.h"