From: Carl Hetherington Date: Sat, 25 Sep 2021 22:08:46 +0000 (+0200) Subject: Remove some unused using statements. X-Git-Tag: v2.15.163~2^2~2 X-Git-Url: https://git.carlh.net/gitweb/?p=dcpomatic.git;a=commitdiff_plain;h=18cb0e914922cd76e9c205e88962816970b5c0cb Remove some unused using statements. --- diff --git a/src/lib/config.cc b/src/lib/config.cc index ed00d274b..15abff391 100644 --- a/src/lib/config.cc +++ b/src/lib/config.cc @@ -56,8 +56,6 @@ using std::list; using std::min; using std::max; using std::remove; -using std::exception; -using std::cerr; using std::shared_ptr; using std::make_shared; using boost::optional; diff --git a/src/lib/cross_linux.cc b/src/lib/cross_linux.cc index d142c416f..2fcec2891 100644 --- a/src/lib/cross_linux.cc +++ b/src/lib/cross_linux.cc @@ -52,13 +52,10 @@ DCPOMATIC_ENABLE_WARNINGS using std::cerr; using std::cout; -using std::function; using std::ifstream; using std::list; using std::make_pair; using std::pair; -using std::runtime_error; -using std::shared_ptr; using std::string; using std::vector; using std::wstring;