diff options
| author | Carl Hetherington <cth@carlh.net> | 2021-09-26 00:08:46 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2021-09-26 21:58:12 +0200 |
| commit | 18cb0e914922cd76e9c205e88962816970b5c0cb (patch) | |
| tree | d12196e98d45ce1a5ede81eb7462007988e4559e /src/lib/cross_linux.cc | |
| parent | a3d4dfb4357a265d4c3a4bfafe7d17a8ecc72f66 (diff) | |
Remove some unused using statements.
Diffstat (limited to 'src/lib/cross_linux.cc')
| -rw-r--r-- | src/lib/cross_linux.cc | 3 |
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; |
