diff options
| author | Carl Hetherington <cth@carlh.net> | 2023-04-14 16:41:38 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2023-05-13 08:54:58 +0200 |
| commit | bab59a964fe7fe6dabf1fb3df95ed5d7ec8df88a (patch) | |
| tree | 93d73d4b96fe4d7439b0cacb6b98346e7af38575 | |
| parent | 6ebec6b3ca11a7062ae19176096b1b157275d015 (diff) | |
Cleanup: using ordering.
| -rw-r--r-- | src/tools/dcpomatic_kdm.cc | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
