X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=gtk2_ardour%2Fpoint_selection.h;h=608a499229152b819caaddab68c764cba24f75ed;hb=5932b7903a7c43cc3b5cfd043e64d577e0125799;hp=1b442d279bd70094a9d9fc90b0d25269a508bb43;hpb=f6fdd8dcbf41f864e9f0cc32dabe81fe3533ddfe;p=ardour.git diff --git a/gtk2_ardour/point_selection.h b/gtk2_ardour/point_selection.h index 1b442d279b..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_selectable.h" +class ControlPoint; -struct PointSelection : public std::list +class PointSelection : public std::list { };