iwyu/vpxpes2ts: Update includes.

Include what you use analysis based include update.

Change-Id: I6e7b296886c477107f8d50a7ed02187d01df125c
This commit is contained in:
Tom Finegan 2016-03-09 14:38:24 -08:00
parent c1d6a70204
commit 7015af5b08
2 changed files with 2 additions and 3 deletions

View File

@ -8,7 +8,9 @@
#include "m2ts/vpxpes2ts.h"
#include <algorithm>
#include <cstdint>
#include <cstdio>
#include <vector>
namespace libwebm {
// TODO(tomfinegan): Dedupe this and PesHeaderField.

View File

@ -8,11 +8,8 @@
#ifndef LIBWEBM_M2TS_VPXPES2TS_H_
#define LIBWEBM_M2TS_VPXPES2TS_H_
#include <cstdio>
#include <cstdint>
#include <memory>
#include <string>
#include <vector>
#include "common/libwebm_util.h"
#include "m2ts/webm2pes.h"