Commit b126a9df authored by Michael Starzinger's avatar Michael Starzinger Committed by Commit Bot

[iwyu] Remove overzealous includes from vm-state.h file.

R=yangguo@chromium.org

Change-Id: Ic688665dc137bb0a1c0875f76b1c2b6360a10e2b
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/1615243
Commit-Queue: Michael Starzinger <mstarzinger@chromium.org>
Reviewed-by: 's avatarYang Guo <yangguo@chromium.org>
Cr-Commit-Position: refs/heads/master@{#61702}
parent a031112e
......@@ -9,6 +9,7 @@
#include "src/api/api-inl.h"
#include "src/debug/debug.h"
#include "src/logging/counters.h"
#include "src/objects/api-callbacks.h"
#include "src/objects/slots-inl.h"
#include "src/tracing/trace-event.h"
......
......@@ -7,6 +7,7 @@
#include "src/allocation.h"
#include "src/handles.h"
#include "src/logging/counters.h"
#include "src/objects.h"
#include "src/objects/slots.h"
#include "src/tracing/trace-event.h"
......
......@@ -33,6 +33,7 @@
#include "src/debug/debug-interface.h"
#include "src/diagnostics/basic-block-profiler.h"
#include "src/interpreter/interpreter.h"
#include "src/logging/counters.h"
#include "src/objects-inl.h"
#include "src/objects.h"
#include "src/ostreams.h"
......
......@@ -9,6 +9,7 @@
#include "src/debug/debug.h"
#include "src/init/bootstrapper.h"
#include "src/isolate-inl.h"
#include "src/logging/counters.h"
#include "src/runtime-profiler.h"
#include "src/vm-state-inl.h"
#include "src/wasm/wasm-engine.h"
......
......@@ -14,6 +14,7 @@
#include "src/deoptimizer/deoptimizer.h"
#include "src/frames-inl.h"
#include "src/ic/ic-stats.h"
#include "src/logging/counters.h"
#include "src/objects/code.h"
#include "src/objects/slots.h"
#include "src/objects/smi.h"
......
......@@ -9,6 +9,7 @@
#include "src/cancelable-task.h"
#include "src/heap/embedder-tracing.h"
#include "src/heap/heap-write-barrier-inl.h"
#include "src/logging/counters.h"
#include "src/objects-inl.h"
#include "src/objects/slots.h"
#include "src/task-utils.h"
......
......@@ -42,6 +42,7 @@
#include "src/interpreter/interpreter.h"
#include "src/isolate-inl.h"
#include "src/libsampler/sampler.h"
#include "src/logging/counters.h"
#include "src/logging/log.h"
#include "src/messages.h"
#include "src/microtask-queue.h"
......
......@@ -12,6 +12,7 @@
#include "src/debug/debug.h"
#include "src/frames-inl.h"
#include "src/locked-queue-inl.h"
#include "src/logging/counters.h"
#include "src/logging/log.h"
#include "src/profiler/cpu-profiler-inl.h"
#include "src/vm-state-inl.h"
......
......@@ -5,10 +5,12 @@
#ifndef V8_VM_STATE_INL_H_
#define V8_VM_STATE_INL_H_
#include "src/vm-state.h"
#include "src/isolate.h"
#include "src/logging/log.h"
#include "src/simulator.h"
#include "src/tracing/trace-event.h"
#include "src/vm-state.h"
namespace v8 {
namespace internal {
......
......@@ -5,8 +5,8 @@
#ifndef V8_VM_STATE_H_
#define V8_VM_STATE_H_
#include "src/allocation.h"
#include "src/logging/counters.h"
#include "include/v8.h"
#include "src/globals.h"
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