iwyu/webm2pes: Update includes.
Include what you use analysis based include update. Change-Id: Ib390c6a669d31ec298a4db407a50904576b99d91
This commit is contained in:
parent
110e79790b
commit
c1d6a70204
@ -7,7 +7,9 @@
|
||||
// be found in the AUTHORS file in the root of the source tree.
|
||||
#include "m2ts/webm2pes.h"
|
||||
|
||||
#include <cstdio>
|
||||
#include <cstring>
|
||||
#include <new>
|
||||
#include <vector>
|
||||
|
||||
#include "common/libwebm_util.h"
|
||||
|
@ -8,6 +8,7 @@
|
||||
#ifndef LIBWEBM_M2TS_WEBM2PES_H_
|
||||
#define LIBWEBM_M2TS_WEBM2PES_H_
|
||||
|
||||
#include <cstddef>
|
||||
#include <cstdint>
|
||||
#include <memory>
|
||||
#include <string>
|
||||
|
Loading…
x
Reference in New Issue
Block a user