| Index: src/v8.h
|
| diff --git a/src/v8.h b/src/v8.h
|
| index 71dd42f49df8dae580a36492e306a07432d728d5..41d4c36b4ddb074a7c06775892a16964937e6d12 100644
|
| --- a/src/v8.h
|
| +++ b/src/v8.h
|
| @@ -38,9 +38,7 @@
|
| // Objects & heap
|
| #include "src/objects-inl.h" // NOLINT
|
| #include "src/heap/spaces-inl.h" // NOLINT
|
| -#include "src/heap/heap-inl.h" // NOLINT
|
| #include "src/heap/incremental-marking-inl.h" // NOLINT
|
| -#include "src/heap/mark-compact-inl.h" // NOLINT
|
| #include "src/log-inl.h" // NOLINT
|
| #include "src/handles-inl.h" // NOLINT
|
| #include "src/types-inl.h" // NOLINT
|
|
|