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 | |
| parent | aab6630b945371038cc49e456a766ae45cab1f47 (diff) | |
Remove some unused using commands.
Diffstat (limited to 'src')
| -rw-r--r-- | src/interop_subtitle_asset.cc | 3 | ||||
| -rw-r--r-- | src/subtitle_asset.cc | 1 |
2 files changed, 0 insertions, 4 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; diff --git a/src/subtitle_asset.cc b/src/subtitle_asset.cc index bf4b1c63..a8636368 100644 --- a/src/subtitle_asset.cc +++ b/src/subtitle_asset.cc @@ -64,7 +64,6 @@ using std::map; using std::shared_ptr; using std::vector; using std::make_shared; -using boost::shared_array; using boost::optional; using boost::lexical_cast; using namespace dcp; |
