C++11 tidying.
[dcpomatic.git] / src / lib / dcp_examiner.cc
index ffdcad1c144fd0030a70eefc6215497fecc783f2..e290a966a9b4f58e3c115bea9bed222153d91200 100644 (file)
@@ -1,5 +1,5 @@
 /*
-    Copyright (C) 2014-2020 Carl Hetherington <cth@carlh.net>
+    Copyright (C) 2014-2021 Carl Hetherington <cth@carlh.net>
 
     This file is part of DCP-o-matic.
 
@@ -18,6 +18,7 @@
 
 */
 
+
 #include "dcp_examiner.h"
 #include "dcp_content.h"
 #include "exceptions.h"
 
 #include "i18n.h"
 
-using std::list;
+
 using std::cout;
-using std::runtime_error;
-using std::map;
+using std::dynamic_pointer_cast;
 using std::shared_ptr;
 using std::string;
-using std::dynamic_pointer_cast;
 using boost::optional;