fix thinko-typo in SoloControl::soloed_by_others()
[ardour.git] / libs / ardour / recent_sessions.cc
index d08ebfec00647cc670bca6bdae9b52f439b48ba9..fd0b9b1b1d3127f84ae0edd9210e285ca04786a2 100644 (file)
@@ -22,7 +22,7 @@
 #include <sstream>
 #include <algorithm>
 
-#include <pbd/gstdio_compat.h>
+#include "pbd/gstdio_compat.h"
 #include <glibmm/miscutils.h>
 
 #include "pbd/error.h"
@@ -31,7 +31,7 @@
 #include "ardour/filesystem_paths.h"
 #include "ardour/recent_sessions.h"
 
-#include "i18n.h"
+#include "pbd/i18n.h"
 
 using namespace std;
 using namespace ARDOUR;