summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor_component.h
diff options
context:
space:
mode:
Diffstat (limited to 'gtk2_ardour/editor_component.h')
-rw-r--r--gtk2_ardour/editor_component.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/gtk2_ardour/editor_component.h b/gtk2_ardour/editor_component.h
index 5b4f7e15d8..f6816c5608 100644
--- a/gtk2_ardour/editor_component.h
+++ b/gtk2_ardour/editor_component.h
@@ -20,13 +20,9 @@
#ifndef __ardour_gtk_editor_component_h__
#define __ardour_gtk_editor_component_h__
-#include <list>
-
-#include "ardour/session_handle.h"
-
class Editor;
-class EditorComponent : public ARDOUR::SessionHandlePtr
+class EditorComponent
{
public:
EditorComponent (Editor *);