a-Reverb: Fixed bug with the reverb all pass filters causing bad sound
[ardour.git] / libs / ardour / find_session.cc
index e6ab2b1e2444868f647a6a16c32d6ca6694106ee..af39a475277a940ae6d0fc95d5b4cb8c8d49de3a 100644 (file)
@@ -1,5 +1,5 @@
 /*
-    Copyright (C) 2012 Paul Davis 
+    Copyright (C) 2012 Paul Davis
 
     This program is free software; you can redistribute it and/or modify
     it under the terms of the GNU General Public License as published by
@@ -23,7 +23,7 @@
 #include <climits>
 #include <cerrno>
 
-#include <pbd/gstdio_compat.h>
+#include "pbd/gstdio_compat.h"
 
 #include <glibmm/miscutils.h>
 
@@ -35,7 +35,7 @@
 #include "ardour/utils.h"
 #include "ardour/session_utils.h"
 
-#include "i18n.h"
+#include "pbd/i18n.h"
 
 using namespace std;
 using namespace PBD;