Remove unnecessary v8.h include in parameter-initializer-rewriter.cc

R=mstarzinger@chromium.org

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

Cr-Commit-Position: refs/heads/master@{#31441}
This commit is contained in:
adamk 2015-10-21 06:29:37 -07:00 committed by Commit bot
parent 7f1504f51e
commit ef18438cb4

View File

@ -2,8 +2,6 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "src/v8.h"
#include "src/parameter-initializer-rewriter.h"
#include "src/ast.h"