mp4chaps Lua script: don't clutter global environment
[ardour.git] / gtk2_ardour / editor_component.h
index 5b4f7e15d8ebe2a663b9305abb77cc83ebe2e411..f6816c56080776d3e5472cf41700005a26712281 100644 (file)
 #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 *);