From: Carl Hetherington Date: Sat, 24 Feb 2024 20:36:54 +0000 (+0100) Subject: Reduce some general usings a bit. X-Git-Tag: v1.9.0~4 X-Git-Url: https://git.carlh.net/gitweb/?p=libdcp.git;a=commitdiff_plain;h=17932886d5c97de1aec6de6c6e4fb57aa456bf3e Reduce some general usings a bit. --- diff --git a/src/dcp_time.cc b/src/dcp_time.cc index 0bd0a409..e21eaf27 100644 --- a/src/dcp_time.cc +++ b/src/dcp_time.cc @@ -49,8 +49,11 @@ #include -using namespace std; -using namespace boost; +using std::ostream; +using std::string; +using std::vector; +using boost::is_any_of; +using boost::optional; using namespace dcp;