X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=gtk2_ardour%2Fpoint_selection.h;h=608a499229152b819caaddab68c764cba24f75ed;hb=5932b7903a7c43cc3b5cfd043e64d577e0125799;hp=85acc90ec8fc57eb16e83d3ea191bb85608f9c3b;hpb=efe60474d6447fa710db5dd863f3058e3ab2e511;p=ardour.git diff --git a/gtk2_ardour/point_selection.h b/gtk2_ardour/point_selection.h index 85acc90ec8..608a499229 100644 --- a/gtk2_ardour/point_selection.h +++ b/gtk2_ardour/point_selection.h @@ -21,11 +21,10 @@ #define __ardour_gtk_point_selection_h__ #include -#include -#include "automation_range.h" +class ControlPoint; -struct PointSelection : public std::list +class PointSelection : public std::list { };