many changes, large and small, related to smart mode editing, range/region selection...
[ardour.git] / libs / ardour / ardour / filter.h
index 9d69a513accfc310050903613521a04106dbf0ca..a9cdc893a6d68e94cc7defe614589da6c384aec0 100644 (file)
@@ -1,6 +1,6 @@
 /*
     Copyright (C) 2007 Paul Davis
-    Author: Dave Robillard
+    Author: David Robillard
 
     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
 #define __ardour_filter_h__
 
 #include <vector>
-#include "ardour/region.h"
+
+#include "ardour/types.h"
 
 namespace ARDOUR {
 
 class Region;
 class Session;
-class Progress;        
+class Progress;
 
 class Filter {