summaryrefslogtreecommitdiff
path: root/libs/ardour/named_selection.cc
diff options
context:
space:
mode:
Diffstat (limited to 'libs/ardour/named_selection.cc')
-rw-r--r--libs/ardour/named_selection.cc12
1 files changed, 6 insertions, 6 deletions
diff --git a/libs/ardour/named_selection.cc b/libs/ardour/named_selection.cc
index fbb4b748df..efd636e7f4 100644
--- a/libs/ardour/named_selection.cc
+++ b/libs/ardour/named_selection.cc
@@ -17,13 +17,13 @@
*/
-#include <pbd/failed_constructor.h>
-#include <pbd/error.h>
+#include "pbd/failed_constructor.h"
+#include "pbd/error.h"
-#include <ardour/session.h>
-#include <ardour/utils.h>
-#include <ardour/playlist.h>
-#include <ardour/named_selection.h>
+#include "ardour/session.h"
+#include "ardour/utils.h"
+#include "ardour/playlist.h"
+#include "ardour/named_selection.h"
#include "i18n.h"