diff options
| author | Carl Hetherington <cth@carlh.net> | 2021-10-07 20:59:35 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2021-10-09 20:01:00 +0200 |
| commit | 5fa04f74b6ac83fe985f9c64ce069151d560dbae (patch) | |
| tree | 57094602e9804710eb14bcc5f04d1232c72fc8b1 /src/lib/dcp_examiner.cc | |
| parent | 87a2b47a8f5b0704d271cecbde3660066304d408 (diff) | |
C++11 tidying.
Diffstat (limited to 'src/lib/dcp_examiner.cc')
| -rw-r--r-- | src/lib/dcp_examiner.cc | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/src/lib/dcp_examiner.cc b/src/lib/dcp_examiner.cc index ffdcad1c1..e290a966a 100644 --- a/src/lib/dcp_examiner.cc +++ b/src/lib/dcp_examiner.cc @@ -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" @@ -48,13 +49,11 @@ #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; |
