Commit d0658079 authored by Clemens Hammacher's avatar Clemens Hammacher Committed by Commit Bot

[iwyu] Fix includes in v8memory.h

R=titzer@chromium.org

Bug: v8:7754, v8:7965
Change-Id: I9389bc60eab8283d9b70a49a9a71c6d092146de0
Reviewed-on: https://chromium-review.googlesource.com/1158071Reviewed-by: 's avatarBen Titzer <titzer@chromium.org>
Commit-Queue: Clemens Hammacher <clemensh@chromium.org>
Cr-Commit-Position: refs/heads/master@{#54836}
parent 24beac31
...@@ -5,6 +5,8 @@ ...@@ -5,6 +5,8 @@
#ifndef V8_V8MEMORY_H_ #ifndef V8_V8MEMORY_H_
#define V8_V8MEMORY_H_ #define V8_V8MEMORY_H_
#include "src/globals.h"
namespace v8 { namespace v8 {
namespace internal { namespace internal {
......
...@@ -52,7 +52,6 @@ AUTO_EXCLUDE = [ ...@@ -52,7 +52,6 @@ AUTO_EXCLUDE = [
'src/snapshot/object-deserializer.h', 'src/snapshot/object-deserializer.h',
'src/third_party/utf8-decoder/utf8-decoder.h', 'src/third_party/utf8-decoder/utf8-decoder.h',
'src/transitions.h', 'src/transitions.h',
'src/v8memory.h',
] ]
AUTO_EXCLUDE_PATTERNS = [ AUTO_EXCLUDE_PATTERNS = [
'src/base/atomicops_internals_.*', 'src/base/atomicops_internals_.*',
......
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