summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2021-09-26 00:08:46 +0200
committerCarl Hetherington <cth@carlh.net>2021-09-26 21:58:12 +0200
commit18cb0e914922cd76e9c205e88962816970b5c0cb (patch)
treed12196e98d45ce1a5ede81eb7462007988e4559e
parenta3d4dfb4357a265d4c3a4bfafe7d17a8ecc72f66 (diff)
Remove some unused using statements.
-rw-r--r--src/lib/config.cc2
-rw-r--r--src/lib/cross_linux.cc3
2 files changed, 0 insertions, 5 deletions
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;