iwyu/sample_muxer_metadata: Update includes.
Include what you use analysis based include update. Change-Id: Ib3fa6a5a3b6afadf56d52f7feb9264e18b454cd3
This commit is contained in:
parent
a9a1a01551
commit
b6d8d9241a
@ -10,7 +10,11 @@
|
||||
// library, which allows clients to handle a matroska format file.
|
||||
|
||||
#include "sample_muxer_metadata.h"
|
||||
|
||||
#include <cstdio>
|
||||
#include <string>
|
||||
|
||||
#include "mkvmuxer.hpp"
|
||||
#include "vttreader.h"
|
||||
|
||||
SampleMuxerMetadata::SampleMuxerMetadata() : segment_(NULL) {}
|
||||
|
@ -11,10 +11,18 @@
|
||||
|
||||
#include <list>
|
||||
#include <set>
|
||||
#include <string>
|
||||
|
||||
#include "mkvmuxer.hpp"
|
||||
#include "mkvmuxertypes.hpp"
|
||||
#include "webvttparser.h"
|
||||
|
||||
namespace mkvmuxer {
|
||||
class Chapter;
|
||||
class Frame;
|
||||
class Segment;
|
||||
class Track;
|
||||
} // namespace mkvmuxer
|
||||
|
||||
class SampleMuxerMetadata {
|
||||
public:
|
||||
enum Kind { kSubtitles, kCaptions, kDescriptions, kMetadata, kChapters };
|
||||
|
Loading…
x
Reference in New Issue
Block a user