iwyu/webvttparser: Update includes.

Include what you use analysis based include update.

Change-Id: Ia02c7d2af742cb1643d28d0acfa94e3324c8fa46
This commit is contained in:
Tom Finegan 2016-03-09 14:10:22 -08:00
parent b6d8d9241a
commit 3212ec1223

View File

@ -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 <ctype.h>
#include <climits>
#include <cstddef>
namespace libwebvtt {