X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=libs%2Fardour%2Froute_group_member.cc;h=85d2f981d7a8c37c42575064ab70092ff2d622b2;hb=6c6eef276d5dadfbe03479aa396554f888404627;hp=9e2682bbb9918b09f9c868121f5611b8a4012ae1;hpb=09211cf0495a1d66691cc96291f698f117083b25;p=ardour.git diff --git a/libs/ardour/route_group_member.cc b/libs/ardour/route_group_member.cc index 9e2682bbb9..85d2f981d7 100644 --- a/libs/ardour/route_group_member.cc +++ b/libs/ardour/route_group_member.cc @@ -14,15 +14,14 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. - */ - -#include "ardour/route_group.h" #include "ardour/route_group_member.h" using namespace ARDOUR; +namespace ARDOUR { class RouteGroup; } + /** Set the route group; it can be set to 0 for `none' */ void RouteGroupMember::set_route_group (RouteGroup *rg)