summaryrefslogtreecommitdiff
path: root/gtk2_ardour/point_selection.h
diff options
context:
space:
mode:
Diffstat (limited to 'gtk2_ardour/point_selection.h')
-rw-r--r--gtk2_ardour/point_selection.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/gtk2_ardour/point_selection.h b/gtk2_ardour/point_selection.h
index 85acc90ec8..5ed5ae1573 100644
--- a/gtk2_ardour/point_selection.h
+++ b/gtk2_ardour/point_selection.h
@@ -21,11 +21,10 @@
#define __ardour_gtk_point_selection_h__
#include <list>
-#include <boost/noncopyable.hpp>
-#include "automation_range.h"
+class ControlPoint;
-struct PointSelection : public std::list<AutomationRange>
+struct PointSelection : public std::list<ControlPoint *>
{
};