Remove declaration of unused and undefined method in Session class
[ardour.git] / gtk2_ardour / visual_time_axis.cc
index 20fe13603e742a8bb188edd6f0a057d7a2f9f045..83b95bb5d2750bc779d60302d42a5161b63cf908 100644 (file)
@@ -15,7 +15,6 @@
     along with this program; if not, write to the Free Software
     Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
 
-    $Id$
 */
 
 #include <cstdlib>
@@ -36,7 +35,7 @@
 
 #include <ardour/session.h>
 #include <ardour/utils.h>
-#include <ardour/insert.h>
+#include <ardour/processor.h>
 #include <ardour/location.h>
 
 #include "ardour_ui.h"