Commit 1465c36d authored by Peter Marshall's avatar Peter Marshall Committed by Commit Bot

[cleanup] Fix the includes for some more files

Change-Id: I87b141d44706fedf7821c266c6207564fd77a9b6
Reviewed-on: https://chromium-review.googlesource.com/1148577Reviewed-by: 's avatarClemens Hammacher <clemensh@chromium.org>
Commit-Queue: Peter Marshall <petermarshall@chromium.org>
Cr-Commit-Position: refs/heads/master@{#54677}
parent 81f12eee
......@@ -7,6 +7,7 @@
#include "src/objects/fixed-array.h"
#include "src/objects-inl.h" // Needed for write barriers
#include "src/objects/bigint.h"
#include "src/objects/maybe-object-inl.h"
......
......@@ -7,6 +7,8 @@
#include "src/objects/js-generator.h"
#include "src/objects-inl.h" // Needed for write barriers
// Has to be the last include (doesn't have include guards):
#include "src/objects/object-macros.h"
......
......@@ -5,9 +5,11 @@
#ifndef V8_OBJECTS_JS_PROMISE_INL_H_
#define V8_OBJECTS_JS_PROMISE_INL_H_
#include "src/objects.h"
#include "src/objects/js-promise.h"
#include "src/objects-inl.h" // Needed for write barriers
#include "src/objects.h"
// Has to be the last include (doesn't have include guards):
#include "src/objects/object-macros.h"
......
......@@ -7,6 +7,8 @@
#include "src/objects/js-proxy.h"
#include "src/objects-inl.h" // Needed for write barriers
// Has to be the last include (doesn't have include guards):
#include "src/objects/object-macros.h"
......
......@@ -7,6 +7,7 @@
#include "src/objects/js-regexp.h"
#include "src/objects-inl.h" // Needed for write barriers
#include "src/objects/string.h"
// Has to be the last include (doesn't have include guards):
......
......@@ -72,17 +72,11 @@ AUTO_EXCLUDE = [
'src/objects/arguments-inl.h',
'src/objects/compilation-cache-inl.h',
'src/objects/data-handler-inl.h',
'src/objects/fixed-array-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-generator-inl.h',
'src/objects/js-locale.h',
'src/objects/js-promise-inl.h',
'src/objects/js-proxy-inl.h',
'src/objects/js-regexp-inl.h',
'src/objects/js-regexp-string-iterator-inl.h',
'src/objects/maybe-object.h',
'src/objects/maybe-object-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