C++11 and whitespace cleanups.
[dcpomatic.git] / src / lib / check_content_change_job.cc
index e755a394529c8b55c76a244a370ad2b42e1c1bfb..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::cout;
 using std::make_shared;
 using std::shared_ptr;
 using std::string;
 
+
 CheckContentChangeJob::CheckContentChangeJob (shared_ptr<const Film> film)
        : Job (film)
 {