From: Carl Hetherington Date: Fri, 14 Apr 2023 14:41:38 +0000 (+0200) Subject: Cleanup: using ordering. X-Git-Tag: v2.16.56~8 X-Git-Url: https://git.carlh.net/gitweb/?p=dcpomatic.git;a=commitdiff_plain;h=bab59a964fe7fe6dabf1fb3df95ed5d7ec8df88a Cleanup: using ordering. --- diff --git a/src/tools/dcpomatic_kdm.cc b/src/tools/dcpomatic_kdm.cc index b9d71d273..5393a7fd1 100644 --- a/src/tools/dcpomatic_kdm.cc +++ b/src/tools/dcpomatic_kdm.cc @@ -74,6 +74,7 @@ LIBDCP_ENABLE_WARNINGS #endif +using std::dynamic_pointer_cast; using std::exception; using std::list; using std::make_shared; @@ -86,7 +87,6 @@ using std::vector; using boost::bind; using boost::optional; using boost::ref; -using std::dynamic_pointer_cast; #if BOOST_VERSION >= 106100 using namespace boost::placeholders; #endif