Commit 705d34e6 authored by Marja Hölttä's avatar Marja Hölttä Committed by Commit Bot

[torque] iwyu

BUG=v8:7490

Change-Id: I03421657d4abc3cd6e27ffafa6b922ea0e83b2b4
Reviewed-on: https://chromium-review.googlesource.com/1016381
Commit-Queue: Marja Hölttä <marja@chromium.org>
Reviewed-by: 's avatarDaniel Clifford <danno@chromium.org>
Cr-Commit-Position: refs/heads/master@{#52752}
parent 480cc989
......@@ -7,6 +7,7 @@
#include <string>
#include "src/base/logging.h"
#include "src/torque/types.h"
#include "src/torque/utils.h"
......
......@@ -4,6 +4,8 @@
#include "src/torque/implementation-visitor.h"
#include "include/v8.h"
namespace v8 {
namespace internal {
namespace torque {
......
......@@ -2,6 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include <algorithm>
#include <fstream>
#include <iostream>
#include <string>
......
......@@ -6,8 +6,7 @@
#define V8_TORQUE_UTILS_H_
#include <string>
#include "src/objects.h"
#include <vector>
namespace v8 {
namespace internal {
......
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