allow to query export profile type
[ardour.git] / libs / ardour / export_timespan.cc
index 20b535836c94f50bfb1f01e7f52dfa99246f79e4..f8a06769e409e4c18137dcb62e4338a624395d27 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
 {
 
@@ -32,7 +28,8 @@ ExportTimespan::ExportTimespan (ExportStatusPtr status, framecnt_t frame_rate) :
        start_frame (0),
        end_frame (0),
        position (0),
-       frame_rate (frame_rate)
+       frame_rate (frame_rate),
+       _realtime (false)
 {
 
 }