de.po updates
[ardour.git] / libs / ardour / route_group_member.cc
index 9e2682bbb9918b09f9c868121f5611b8a4012ae1..85d2f981d7a8c37c42575064ab70092ff2d622b2 100644 (file)
     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)