Store audio fades in template (#2254).
[dcpomatic.git] / src / lib / check_content_change_job.cc
index 500e03c1d5a07d4ab427bc6bf3bb3bd918dcdd6c..16ef8d86485391bb6724eb190055f4fdb94ce6d2 100644 (file)
 
 */
 
+
 #include "check_content_change_job.h"
-#include "job_manager.h"
-#include "examine_content_job.h"
 #include "content.h"
+#include "examine_content_job.h"
 #include "film.h"
+#include "job_manager.h"
 #include <iostream>
 
 #include "i18n.h"
 
-using std::string;
-using std::list;
+
 using std::cout;
+using std::make_shared;
 using std::shared_ptr;
+using std::string;
+
 
 CheckContentChangeJob::CheckContentChangeJob (shared_ptr<const Film> film)
        : Job (film)