From: Carl Hetherington Date: Tue, 12 Oct 2021 22:16:10 +0000 (+0200) Subject: Cleanup some unused usings. X-Git-Tag: checked-for-v2.16.x~254 X-Git-Url: https://main.carlh.net/gitweb/?p=dcpomatic.git;a=commitdiff_plain;h=17472c4962a1a99247eb409d3195304c92082a44 Cleanup some unused usings. --- diff --git a/src/lib/video_decoder.cc b/src/lib/video_decoder.cc index ce42f428f..cee4bcdc6 100644 --- a/src/lib/video_decoder.cc +++ b/src/lib/video_decoder.cc @@ -32,14 +32,9 @@ #include "i18n.h" -using std::back_inserter; using std::cout; using std::dynamic_pointer_cast; -using std::list; -using std::make_shared; -using std::max; using std::shared_ptr; -using boost::optional; using namespace dcpomatic;