| Index: src/v8.h
|
| diff --git a/src/v8.h b/src/v8.h
|
| index 41d4c36b4ddb074a7c06775892a16964937e6d12..c516cacdf8be0ff24719f3b73c9a5dca33b309d3 100644
|
| --- a/src/v8.h
|
| +++ b/src/v8.h
|
| @@ -35,10 +35,8 @@
|
| #include "src/flags.h" // NOLINT
|
| #include "src/globals.h" // NOLINT
|
|
|
| -// Objects & heap
|
| +// Objects
|
| #include "src/objects-inl.h" // NOLINT
|
| -#include "src/heap/spaces-inl.h" // NOLINT
|
| -#include "src/heap/incremental-marking-inl.h" // NOLINT
|
| #include "src/log-inl.h" // NOLINT
|
| #include "src/handles-inl.h" // NOLINT
|
| #include "src/types-inl.h" // NOLINT
|
|
|