summaryrefslogtreecommitdiff
path: root/libs/ardour/bundle.cc
diff options
context:
space:
mode:
Diffstat (limited to 'libs/ardour/bundle.cc')
-rw-r--r--libs/ardour/bundle.cc12
1 files changed, 6 insertions, 6 deletions
diff --git a/libs/ardour/bundle.cc b/libs/ardour/bundle.cc
index fc109c33a9..98d056a8f1 100644
--- a/libs/ardour/bundle.cc
+++ b/libs/ardour/bundle.cc
@@ -19,12 +19,12 @@
#include <algorithm>
-#include <pbd/failed_constructor.h>
-#include <ardour/ardour.h>
-#include <ardour/bundle.h>
-#include <ardour/audioengine.h>
-#include <ardour/port.h>
-#include <pbd/xml++.h>
+#include "pbd/failed_constructor.h"
+#include "ardour/ardour.h"
+#include "ardour/bundle.h"
+#include "ardour/audioengine.h"
+#include "ardour/port.h"
+#include "pbd/xml++.h"
#include "i18n.h"