From eb1e423b7521d4c277c11a884113f40e7406ade8 Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Mon, 17 Jul 2017 03:48:18 +0200 Subject: Remove include from header files. --- gtk2_ardour/automation_time_axis.cc | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'gtk2_ardour/automation_time_axis.cc') diff --git a/gtk2_ardour/automation_time_axis.cc b/gtk2_ardour/automation_time_axis.cc index 22f38c0545..9cc7e291a5 100644 --- a/gtk2_ardour/automation_time_axis.cc +++ b/gtk2_ardour/automation_time_axis.cc @@ -18,9 +18,11 @@ */ #include -#include + #include +#include + #include "pbd/error.h" #include "pbd/memento_command.h" #include "pbd/stacktrace.h" @@ -36,6 +38,8 @@ #include "ardour/route.h" #include "ardour/session.h" +#include "gtkmm2ext/utils.h" + #include "canvas/debug.h" #include "widgets/tooltips.h" -- cgit v1.2.3