iwyu/hdr_util: Update includes.
Include what you use analysis based include update. Change-Id: Iaa744570fe3e8f9eddc0fdbd1528c0689a3c40cb
This commit is contained in:
@@ -7,6 +7,11 @@
|
|||||||
// be found in the AUTHORS file in the root of the source tree.
|
// be found in the AUTHORS file in the root of the source tree.
|
||||||
#include "hdr_util.h"
|
#include "hdr_util.h"
|
||||||
|
|
||||||
|
#include <cstddef>
|
||||||
|
#include <new>
|
||||||
|
|
||||||
|
#include "../mkvparser.hpp"
|
||||||
|
|
||||||
namespace libwebm {
|
namespace libwebm {
|
||||||
bool CopyPrimaryChromaticity(const mkvparser::PrimaryChromaticity& parser_pc,
|
bool CopyPrimaryChromaticity(const mkvparser::PrimaryChromaticity& parser_pc,
|
||||||
PrimaryChromaticityPtr* muxer_pc) {
|
PrimaryChromaticityPtr* muxer_pc) {
|
||||||
|
|||||||
@@ -11,7 +11,12 @@
|
|||||||
#include <memory>
|
#include <memory>
|
||||||
|
|
||||||
#include "../mkvmuxer.hpp"
|
#include "../mkvmuxer.hpp"
|
||||||
#include "../mkvparser.hpp"
|
|
||||||
|
namespace mkvparser {
|
||||||
|
struct Colour;
|
||||||
|
struct MasteringMetadata;
|
||||||
|
struct PrimaryChromaticity;
|
||||||
|
} // namespace mkvparser
|
||||||
|
|
||||||
namespace libwebm {
|
namespace libwebm {
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user