Remove some unused using statements.
authorCarl Hetherington <cth@carlh.net>
Sat, 25 Sep 2021 22:08:46 +0000 (00:08 +0200)
committerCarl Hetherington <cth@carlh.net>
Sun, 26 Sep 2021 19:58:12 +0000 (21:58 +0200)
src/lib/config.cc
src/lib/cross_linux.cc

index ed00d274bd0e78664453ace902e927a9460e7e48..15abff3917635a7ce4ab489962bf54101d723a68 100644 (file)
@@ -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;
index d142c416f7cbb296fd3facdfca37b0700fff3176..2fcec28910013fea3ef54cfc8519cbb5a49272ad 100644 (file)
@@ -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;