summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/route_group.h
diff options
context:
space:
mode:
Diffstat (limited to 'libs/ardour/ardour/route_group.h')
-rw-r--r--libs/ardour/ardour/route_group.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/libs/ardour/ardour/route_group.h b/libs/ardour/ardour/route_group.h
index ae16394289..832d709a33 100644
--- a/libs/ardour/ardour/route_group.h
+++ b/libs/ardour/ardour/route_group.h
@@ -25,8 +25,8 @@
#include <string>
#include <stdint.h>
#include <sigc++/signal.h>
-#include <pbd/stateful.h>
-#include <ardour/types.h>
+#include "pbd/stateful.h"
+#include "ardour/types.h"
using std::string;
using std::list;
@@ -88,7 +88,7 @@ class RouteGroup : public PBD::Stateful, public sigc::trackable {
}
}
- /* to use these, #include <ardour/route_group_specialized.h> */
+ /* to use these, #include "ardour/route_group_specialized.h" */
template<class T> void apply (void (Track::*func)(T, void *), T val, void *src);