diff options
| author | Carl Hetherington <cth@carlh.net> | 2023-09-03 00:55:40 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2023-09-04 00:23:17 +0200 |
| commit | 07ee246249f77517320ee548d5b2bd2bf62a4578 (patch) | |
| tree | b4d02262de15f717646145443acbf79b3dde5d78 /src | |
| parent | 11a47a4544f77a47b508e4cf1983aca7d5b6cd2a (diff) | |
Cleanup: remove some unused usings.
Diffstat (limited to 'src')
| -rw-r--r-- | src/lib/util.cc | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/src/lib/util.cc b/src/lib/util.cc index 13a062bc6..4ec425d40 100644 --- a/src/lib/util.cc +++ b/src/lib/util.cc @@ -100,27 +100,20 @@ LIBDCP_ENABLE_WARNINGS #include "i18n.h" -using std::bad_alloc; using std::cout; using std::endl; -using std::istream; using std::list; using std::make_pair; using std::make_shared; -using std::map; +using std::max; using std::min; -using std::ostream; using std::pair; using std::set_terminate; using std::shared_ptr; using std::string; using std::vector; using std::wstring; -using boost::thread; using boost::optional; -using boost::lexical_cast; -using boost::bad_lexical_cast; -using boost::scoped_array; using dcp::Size; using dcp::raw_convert; using dcp::locale_convert; |
