summaryrefslogtreecommitdiff
path: root/src/lib/check_content_change_job.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/check_content_change_job.cc')
-rw-r--r--src/lib/check_content_change_job.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/check_content_change_job.cc b/src/lib/check_content_change_job.cc
index 500e03c1d..e755a3945 100644
--- a/src/lib/check_content_change_job.cc
+++ b/src/lib/check_content_change_job.cc
@@ -27,10 +27,10 @@
#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)