From 3212ec122380b56274fe46bc283049846b5bddff Mon Sep 17 00:00:00 2001 From: Tom Finegan Date: Wed, 9 Mar 2016 14:10:22 -0800 Subject: [PATCH] iwyu/webvttparser: Update includes. Include what you use analysis based include update. Change-Id: Ia02c7d2af742cb1643d28d0acfa94e3324c8fa46 --- webvttparser.cc | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/webvttparser.cc b/webvttparser.cc index 655252c..c79d642 100644 --- a/webvttparser.cc +++ b/webvttparser.cc @@ -6,8 +6,12 @@ // in the file PATENTS. All contributing project authors may // be found in the AUTHORS file in the root of the source tree. -#include "./webvttparser.h" // NOLINT +#include "webvttparser.h" + +#include + #include +#include namespace libwebvtt {