X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=libs%2Fardour%2Froute_group_member.cc;h=3caa7cd1d0e8fc1db39639769ae4ddc8d4506e46;hb=3020b224fa2d6e1b6b8a576e8e8e211e0585f2a2;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..3caa7cd1d0 100644 --- a/libs/ardour/route_group_member.cc +++ b/libs/ardour/route_group_member.cc @@ -14,15 +14,15 @@ 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/libardour_visibility.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)