diff options
| author | Carl Hetherington <cth@carlh.net> | 2021-10-10 22:38:03 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2021-10-10 22:38:03 +0200 |
| commit | 0ecf58d20eec5e9d10ee4b9f0440d232d875f94a (patch) | |
| tree | a62cc52016bd8b877f963a4ecccf4051a80daf97 /src/interop_subtitle_asset.cc | |
| parent | aab6630b945371038cc49e456a766ae45cab1f47 (diff) | |
Remove some unused using commands.
Diffstat (limited to 'src/interop_subtitle_asset.cc')
| -rw-r--r-- | src/interop_subtitle_asset.cc | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/interop_subtitle_asset.cc b/src/interop_subtitle_asset.cc index a7be5d1a..d6feac5b 100644 --- a/src/interop_subtitle_asset.cc +++ b/src/interop_subtitle_asset.cc @@ -56,16 +56,13 @@ LIBDCP_ENABLE_WARNINGS #include <cstdio> -using std::list; using std::string; using std::cout; using std::cerr; -using std::map; using std::shared_ptr; using std::dynamic_pointer_cast; using std::vector; using std::make_shared; -using boost::shared_array; using boost::optional; using namespace dcp; |
