#ifndef __ardour_gtk_route_selection_h__ #define __ardour_gtk_route_selection_h__ #include #include namespace ARDOUR { class Route; } struct RouteSelection : std::list > {}; #endif /* __ardour_gtk_route_selection_h__ */