Commit d2abbc13 authored by Peter Marshall's avatar Peter Marshall Committed by Commit Bot

[cleanup] Fix header includes for js-array-inl.h

Change-Id: Ib0a047c0e02b3feaf878af2ec87d5d0f35167280
Reviewed-on: https://chromium-review.googlesource.com/1148561
Commit-Queue: Peter Marshall <petermarshall@chromium.org>
Reviewed-by: 's avatarClemens Hammacher <clemensh@chromium.org>
Cr-Commit-Position: refs/heads/master@{#54665}
parent be664cee
......@@ -6,6 +6,8 @@
#define V8_OBJECTS_JS_ARRAY_INL_H_
#include "src/objects/js-array.h"
#include "src/objects-inl.h" // Needed for write barriers
#include "src/wasm/wasm-engine.h"
// Has to be the last include (doesn't have include guards):
......
......@@ -12,6 +12,7 @@
#include "src/objects/js-array-inl.h"
#include "src/objects/managed.h"
#include "src/v8memory.h"
#include "src/wasm/wasm-code-manager.h"
#include "src/wasm/wasm-module.h"
// Has to be the last include (doesn't have include guards)
......
......@@ -77,7 +77,6 @@ AUTO_EXCLUDE = [
'src/objects/frame-array.h',
'src/objects/hash-table-inl.h',
'src/objects/intl-objects-inl.h',
'src/objects/js-array-inl.h',
'src/objects/js-collection.h',
'src/objects/js-collection-inl.h',
'src/objects/js-generator-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