From baba8b128de1de5a5e3a03c8b314b0bcbe1f0002 Mon Sep 17 00:00:00 2001 From: Tom Finegan Date: Wed, 9 Mar 2016 14:12:21 -0800 Subject: [PATCH] iwyu/vttdemux: Update includes. Include what you use analysis based include update. Change-Id: Id7b8b9113da70c378a9db904cac1701fc8ebd6d2 --- vttdemux.cc | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/vttdemux.cc b/vttdemux.cc index 7995f90..e31b56d 100644 --- a/vttdemux.cc +++ b/vttdemux.cc @@ -6,14 +6,17 @@ // in the file PATENTS. All contributing project authors may // be found in the AUTHORS file in the root of the source tree. +#include #include #include #include #include #include -#include "./mkvparser.hpp" -#include "./mkvreader.hpp" -#include "./webvttparser.h" +#include + +#include "mkvparser.hpp" +#include "mkvreader.hpp" +#include "webvttparser.h" #ifdef _MSC_VER // Disable MSVC warnings that suggest making code non-portable.