From: Carl Hetherington Date: Tue, 8 Mar 2022 19:56:48 +0000 (+0100) Subject: Cleanup: remove some unused usings. X-Git-Tag: v2.16.5~2 X-Git-Url: https://git.carlh.net/gitweb/?p=dcpomatic.git;a=commitdiff_plain;h=a04c9c056235b136853953dd12e6079d3a4129b1 Cleanup: remove some unused usings. --- diff --git a/src/lib/cross_linux.cc b/src/lib/cross_linux.cc index ee49d50bc..07a70cc0b 100644 --- a/src/lib/cross_linux.cc +++ b/src/lib/cross_linux.cc @@ -58,7 +58,6 @@ using std::make_pair; using std::pair; using std::string; using std::vector; -using std::wstring; using boost::optional; diff --git a/src/lib/cross_osx.cc b/src/lib/cross_osx.cc index 2dc9b2702..b06f45a77 100644 --- a/src/lib/cross_osx.cc +++ b/src/lib/cross_osx.cc @@ -58,7 +58,6 @@ using std::pair; using std::list; using std::ifstream; using std::string; -using std::wstring; using std::make_pair; using std::vector; using std::cerr;