Commit 6422994f authored by mstarzinger's avatar mstarzinger Committed by Commit bot

Remove bogus include from v8.h header.

This was introduced due to a false positive by the linter script. We
have blacklisted the "build/include_what_you_use" linter bucket in our
presubmit.py wrapper for that reason.

R=jochen@chromium.org

Review URL: https://codereview.chromium.org/1509843002

Cr-Commit-Position: refs/heads/master@{#32679}
parent 0fd63f12
......@@ -19,8 +19,6 @@
#include <stdint.h>
#include <stdio.h>
#include <string>
#include "v8-version.h" // NOLINT(build/include)
#include "v8config.h" // NOLINT(build/include)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment