| Index: src/runtime/runtime-debug.cc
|
| diff --git a/src/runtime/runtime-debug.cc b/src/runtime/runtime-debug.cc
|
| index d4acf792b55ab0f4e194319c1bf701bcd049d892..1cd524f17c64e882141810686f730a46363d14d8 100644
|
| --- a/src/runtime/runtime-debug.cc
|
| +++ b/src/runtime/runtime-debug.cc
|
| @@ -2,7 +2,7 @@
|
| // 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-utils.h"
|
|
|
| #include "src/arguments.h"
|
| #include "src/debug/debug.h"
|
| @@ -11,7 +11,6 @@
|
| #include "src/debug/debug-scopes.h"
|
| #include "src/frames-inl.h"
|
| #include "src/runtime/runtime.h"
|
| -#include "src/runtime/runtime-utils.h"
|
|
|
| namespace v8 {
|
| namespace internal {
|
|
|