change input/output button context menus for mixer strip to be non-additive: when...
[ardour.git] / libs / ardour / ardour / export_timespan.h
index 9273aab6c72cdad82e4704f3614cf17786d11d03..5cb32dbb1a0d0d433ef3117b3fb5441a86334927 100644 (file)
 #ifndef __ardour_export_timespan_h__
 #define __ardour_export_timespan_h__
 
-#include <map>
-#include <list>
 #include <string>
 
-#include "ardour/export_status.h"
-#include "ardour/export_channel.h"
-#include "ardour/ardour.h"
+#include <boost/shared_ptr.hpp>
+
+#include "ardour/types.h"
 
 namespace ARDOUR
 {
 
+class ExportStatus;
 class ExportChannel;
 class ExportTempFile;