From 1776e12f26150233d17573c78359e38d6fe4eb53 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Thu, 12 Jun 2014 00:18:58 -0400 Subject: [PATCH] remove header file includes of now-removed gtk custom ruler --- gtk2_ardour/editor_ops.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/gtk2_ardour/editor_ops.cc b/gtk2_ardour/editor_ops.cc index 8b0d446789..17ade3e91d 100644 --- a/gtk2_ardour/editor_ops.cc +++ b/gtk2_ardour/editor_ops.cc @@ -71,7 +71,6 @@ #include "editor_drag.h" #include "editor_regions.h" #include "editor_routes.h" -#include "gtk-custom-hruler.h" #include "gui_thread.h" #include "insert_time_dialog.h" #include "interthread_progress_window.h"