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

[iwyu] Misc iwyu fixes

Discovered when working on other stuff.

BUG=v8:7490,v8:8562

Change-Id: I9707c95c33e52b1565cca238494e3349a472f604
Reviewed-on: https://chromium-review.googlesource.com/c/1449532Reviewed-by: 's avatarClemens Hammacher <clemensh@chromium.org>
Commit-Queue: Marja Hölttä <marja@chromium.org>
Cr-Commit-Position: refs/heads/master@{#59276}
parent 0b23bb1e
......@@ -7,7 +7,7 @@
#include "src/field-index.h"
#include "src/objects-inl.h"
#include "src/objects/descriptor-array.h"
#include "src/objects/descriptor-array-inl.h"
namespace v8 {
namespace internal {
......
......@@ -9,7 +9,10 @@
#include "src/isolate.h"
#include "src/objects-inl.h"
#include "src/objects/cell-inl.h"
#include "src/objects/oddball.h"
#include "src/objects/property-cell.h"
#include "src/objects/regexp-match-info.h"
#include "src/objects/shared-function-info.h"
namespace v8 {
namespace internal {
......
......@@ -14,6 +14,7 @@
#include "src/objects/instance-type-inl.h"
#include "src/objects/map-inl.h"
#include "src/objects/maybe-object-inl.h"
#include "src/objects/oddball.h"
#include "src/objects/smi-inl.h"
#include "src/v8memory.h"
......
......@@ -11,7 +11,8 @@
#include "src/heap/heap-write-barrier.h"
#include "src/heap/heap.h"
#include "src/isolate.h"
#include "src/lookup-cache.h"
#include "src/lookup-cache-inl.h"
#include "src/maybe-handles-inl.h"
#include "src/objects/heap-object-inl.h"
#include "src/objects/maybe-object.h"
#include "src/objects/struct-inl.h"
......
......@@ -18,7 +18,7 @@
#include "src/objects/shared-function-info.h"
#include "src/objects/slots.h"
#include "src/objects/smi-inl.h"
#include "src/prototype.h"
#include "src/prototype-inl.h"
// Has to be the last include (doesn't have include guards):
#include "src/objects/object-macros.h"
......
......@@ -9,6 +9,7 @@
#include "src/heap/heap-write-barrier-inl.h"
#include "src/objects/oddball.h"
#include "src/roots-inl.h"
// Has to be the last include (doesn't have include guards):
#include "src/objects/object-macros.h"
......
......@@ -8,6 +8,7 @@
#include "src/objects/templates.h"
#include "src/heap/heap-inl.h"
#include "src/objects/oddball.h"
#include "src/objects/shared-function-info-inl.h"
// Has to be the last include (doesn't have include guards):
......
......@@ -8,6 +8,7 @@
#include "src/prototype.h"
#include "src/handles-inl.h"
#include "src/objects/js-proxy.h"
#include "src/objects/map-inl.h"
namespace v8 {
......
......@@ -14,6 +14,7 @@
#include "src/objects/descriptor-array.h"
#include "src/objects/literal-objects.h"
#include "src/objects/map.h"
#include "src/objects/property-cell.h"
#include "src/objects/scope-info.h"
#include "src/objects/slots.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