diff options
Diffstat (limited to 'src/lib/check_content_change_job.cc')
| -rw-r--r-- | src/lib/check_content_change_job.cc | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/src/lib/check_content_change_job.cc b/src/lib/check_content_change_job.cc index e755a3945..16ef8d864 100644 --- a/src/lib/check_content_change_job.cc +++ b/src/lib/check_content_change_job.cc @@ -18,20 +18,23 @@ */ + #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) { |
