From 4b07d015329ebe569457e6f2446bacc62bff2dba Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Thu, 12 Jun 2014 00:18:15 -0400 Subject: [PATCH] remove header file includes of now-removed gtk custom ruler --- gtk2_ardour/editor.h | 1 - gtk2_ardour/editor_rulers.cc | 1 - 2 files changed, 2 deletions(-) diff --git a/gtk2_ardour/editor.h b/gtk2_ardour/editor.h index 460893421a..dbcb9c5107 100644 --- a/gtk2_ardour/editor.h +++ b/gtk2_ardour/editor.h @@ -49,7 +49,6 @@ #include "canvas/fwd.h" #include "canvas/ruler.h" -#include "gtk-custom-ruler.h" #include "ardour_button.h" #include "ardour_dialog.h" #include "ardour_dropdown.h" diff --git a/gtk2_ardour/editor_rulers.cc b/gtk2_ardour/editor_rulers.cc index 54f0c7051f..a8f7cdbf74 100644 --- a/gtk2_ardour/editor_rulers.cc +++ b/gtk2_ardour/editor_rulers.cc @@ -43,7 +43,6 @@ #include "editor.h" #include "editing.h" #include "actions.h" -#include "gtk-custom-hruler.h" #include "gui_thread.h" #include "time_axis_view.h" #include "editor_drag.h"