diff options
| author | Carl Hetherington <cth@carlh.net> | 2024-12-23 21:51:24 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2024-12-26 00:26:40 +0100 |
| commit | 41152314e0353afd2374bef31e5876096a6fcb29 (patch) | |
| tree | c0a655def8cb9fa4974030cbb0a4d5d932ef39ae /src/lib/ffmpeg_subtitle_stream.cc | |
| parent | ceea64b98c1469b1e34e4897654f9671664203ee (diff) | |
Remove unnecessary includes.
Diffstat (limited to 'src/lib/ffmpeg_subtitle_stream.cc')
| -rw-r--r-- | src/lib/ffmpeg_subtitle_stream.cc | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/lib/ffmpeg_subtitle_stream.cc b/src/lib/ffmpeg_subtitle_stream.cc index 3f43b6ec5..1940092e4 100644 --- a/src/lib/ffmpeg_subtitle_stream.cc +++ b/src/lib/ffmpeg_subtitle_stream.cc @@ -18,20 +18,21 @@ */ + #include "ffmpeg_subtitle_stream.h" -#include <dcp/raw_convert.h> #include <dcp/warnings.h> LIBDCP_DISABLE_WARNINGS #include <libxml++/libxml++.h> LIBDCP_ENABLE_WARNINGS #include <iostream> + using std::string; using std::map; using std::list; using std::cout; using std::make_pair; -using dcp::raw_convert; + /** Construct a SubtitleStream from a value returned from to_string(). * @param node String returned from to_string(). |
