[heap] Remove obsolete write barrier header inclusion.

R=mlippautz@chromium.org

Change-Id: I8ca8b899212786f78a0d42753aedbad02c211c06
Reviewed-on: https://chromium-review.googlesource.com/c/1426120
Reviewed-by: Michael Lippautz <mlippautz@chromium.org>
Commit-Queue: Michael Starzinger <mstarzinger@chromium.org>
Cr-Commit-Position: refs/heads/master@{#59132}
This commit is contained in:
Michael Starzinger 2019-01-22 10:58:46 +01:00 committed by Commit Bot
parent 2dd3264422
commit 9771ca3b0a

View File

@ -39,12 +39,6 @@
#include "src/string-hasher.h"
#include "src/zone/zone-list-inl.h"
// The following header includes the write barrier essentials that can also be
// used stand-alone without including heap-inl.h.
// TODO(mlippautz): Remove once users of object-macros.h include this file on
// their own.
#include "src/heap/heap-write-barrier-inl.h"
namespace v8 {
namespace internal {