Commit 6af63b94 authored by Clemens Hammacher's avatar Clemens Hammacher Committed by Commit Bot

[iwyu] Fix includes in maybe-handles-inl.h and maybe-object-inl.h

R=titzer@chromium.org

Bug: v8:7965
Change-Id: I1bdd5b3bc8626727c94b95b519a8896384ff990b
Reviewed-on: https://chromium-review.googlesource.com/1148573
Commit-Queue: Clemens Hammacher <clemensh@chromium.org>
Reviewed-by: 's avatarBen Titzer <titzer@chromium.org>
Cr-Commit-Position: refs/heads/master@{#54684}
parent d850f7ea
......@@ -8,7 +8,7 @@
#include "src/maybe-handles.h"
#include "src/handles-inl.h"
#include "src/objects/maybe-object.h"
#include "src/objects/maybe-object-inl.h"
namespace v8 {
namespace internal {
......
......@@ -5,6 +5,7 @@
#ifndef V8_OBJECTS_MAYBE_OBJECT_INL_H_
#define V8_OBJECTS_MAYBE_OBJECT_INL_H_
#include "src/objects-inl.h"
#include "src/objects/maybe-object.h"
namespace v8 {
......
......@@ -30,9 +30,6 @@ AUTO_EXCLUDE = [
'src/flag-definitions.h',
# blacklist of headers we need to fix (https://crbug.com/v8/7965).
'src/allocation-site-scopes.h',
'src/api-arguments.h',
'src/api-arguments-inl.h',
'src/api.h',
'src/arguments.h',
'src/ast/prettyprinter.h',
'src/builtins/builtins-constructor.h',
......@@ -43,7 +40,6 @@ AUTO_EXCLUDE = [
'src/compiler/raw-machine-assembler.h',
'src/dateparser-inl.h',
'src/debug/debug-frames.h',
'src/debug/debug.h',
'src/debug/debug-scope-iterator.h',
'src/debug/debug-scopes.h',
'src/debug/debug-stack-trace-iterator.h',
......@@ -51,8 +47,6 @@ AUTO_EXCLUDE = [
'src/elements.h',
'src/elements-inl.h',
'src/field-type.h',
'src/handles.h',
'src/handles-inl.h',
'src/heap/incremental-marking.h',
'src/heap/incremental-marking-inl.h',
'src/heap/local-allocator.h',
......@@ -67,19 +61,15 @@ AUTO_EXCLUDE = [
'src/lookup.h',
'src/lookup-inl.h',
'src/map-updater.h',
'src/maybe-handles-inl.h',
'src/objects/arguments.h',
'src/objects/arguments-inl.h',
'src/objects/compilation-cache-inl.h',
'src/objects/data-handler-inl.h',
'src/objects/frame-array.h',
'src/objects/hash-table-inl.h',
'src/objects/intl-objects-inl.h',
'src/objects/js-collection.h',
'src/objects/js-collection-inl.h',
'src/objects/js-regexp-string-iterator-inl.h',
'src/objects/maybe-object.h',
'src/objects/maybe-object-inl.h',
'src/objects/microtask-inl.h',
'src/objects/module-inl.h',
'src/objects/ordered-hash-table-inl.h',
......
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