| Index: src/runtime/runtime.cc
|
| diff --git a/src/runtime/runtime.cc b/src/runtime/runtime.cc
|
| index 674f1173a789446cd138c8fa3c17c7c7baa06285..a490327af5266b5aac5e4cbe99a0f73cfa0a4797 100644
|
| --- a/src/runtime/runtime.cc
|
| +++ b/src/runtime/runtime.cc
|
| @@ -2,9 +2,11 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "src/v8.h"
|
| -
|
| #include "src/runtime/runtime.h"
|
| +
|
| +#include "src/handles-inl.h"
|
| +#include "src/heap/heap.h"
|
| +#include "src/isolate.h"
|
| #include "src/runtime/runtime-utils.h"
|
|
|
| namespace v8 {
|
|
|