make 3.0 catch up with transport and other changes in 2.X (hand applied, not merged)
[ardour.git] / libs / ardour / ardour / filter.h
index b659873bdb01927d5c7a16f694aef777075913e4..697e19539e757e87c8061a6fa71587cb5ba3fd1b 100644 (file)
@@ -1,5 +1,5 @@
 /*
-    Copyright (C) 2007 Paul Davis 
+    Copyright (C) 2007 Paul Davis
     Author: Dave Robillard
 
     This program is free software; you can redistribute it and/or modify
@@ -22,7 +22,7 @@
 #define __ardour_filter_h__
 
 #include <vector>
-#include <ardour/region.h>
+#include "ardour/region.h"
 
 namespace ARDOUR {
 
@@ -42,7 +42,7 @@ class Filter {
 
        int make_new_sources (boost::shared_ptr<ARDOUR::Region>, ARDOUR::SourceList&, std::string suffix = "");
        int finish (boost::shared_ptr<ARDOUR::Region>, ARDOUR::SourceList&, std::string region_name = "");
-       
+
        ARDOUR::Session& session;
 };