Fix VST build.
[ardour.git] / libs / ardour / export_status.cc
index af144746f71c0ed01ae36349209a5188ea009930..eb0a3504b45e0e19a372eba79add08467c710026 100644 (file)
@@ -18,7 +18,7 @@
 
 */
 
-#include <ardour/export_status.h>
+#include "ardour/export_status.h"
 
 namespace ARDOUR
 {
@@ -36,16 +36,16 @@ ExportStatus::init ()
        _aborted = false;
        _finished = false;
        _errors = false;
-       
+
        stage = export_None;
        progress = 0.0;
-       
+
        total_timespans = 0;
        timespan = 0;
-       
+
        total_channel_configs = 0;
        channel_config = 0;
-       
+
        total_formats = 0;
        format = 0;
 }