summaryrefslogtreecommitdiff
path: root/src/lib/cross_linux.cc
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 /src/lib/cross_linux.cc
parenta3d4dfb4357a265d4c3a4bfafe7d17a8ecc72f66 (diff)
Remove some unused using statements.
Diffstat (limited to 'src/lib/cross_linux.cc')
-rw-r--r--src/lib/cross_linux.cc3
1 files changed, 0 insertions, 3 deletions
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;