Commit 6a178193 authored by Dan Elphick's avatar Dan Elphick Committed by Commit Bot

[heap] fix recursive include in memory-chunk.h

Removes spurious self-include in src/heap/memory-chunk.h

Bug: v8:10473
Change-Id: I0bdf3b6b62f3b3a241225a99d681ddc1f1bd6bc5
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2181329
Auto-Submit: Dan Elphick <delphick@chromium.org>
Commit-Queue: Ulan Degenbaev <ulan@chromium.org>
Reviewed-by: 's avatarUlan Degenbaev <ulan@chromium.org>
Cr-Commit-Position: refs/heads/master@{#67579}
parent 201049ad
...@@ -13,7 +13,6 @@ ...@@ -13,7 +13,6 @@
#include "src/heap/heap.h" #include "src/heap/heap.h"
#include "src/heap/invalidated-slots.h" #include "src/heap/invalidated-slots.h"
#include "src/heap/list.h" #include "src/heap/list.h"
#include "src/heap/memory-chunk.h"
namespace v8 { namespace v8 {
namespace internal { namespace internal {
......
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