properly calculate requrired thread buffers
[ardour.git] / libs / ardour / export_timespan.cc
index 5b62c7dfcc72072ac6636b0f904b83806beca44b..3b2021355e1f9ecf7ce8c1a4ccad70709a25c9fd 100644 (file)
 
 #include "ardour/export_timespan.h"
 
-#include "ardour/export_channel_configuration.h"
-#include "ardour/export_filename.h"
-#include "ardour/export_failed.h"
-
 namespace ARDOUR
 {
 
@@ -34,7 +30,7 @@ ExportTimespan::ExportTimespan (ExportStatusPtr status, framecnt_t frame_rate) :
        position (0),
        frame_rate (frame_rate)
 {
-       
+
 }
 
 ExportTimespan::~ExportTimespan ()