| Index: src/runtime/runtime-internal.cc
|
| diff --git a/src/runtime/runtime-internal.cc b/src/runtime/runtime-internal.cc
|
| index e6ea9fd3b78165bc47a75451b82ca4c90606d9c3..d39a12cef46bbb372a86bd92dff480d8097d3969 100644
|
| --- a/src/runtime/runtime-internal.cc
|
| +++ b/src/runtime/runtime-internal.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/bootstrapper.h"
|
| @@ -12,7 +12,6 @@
|
| #include "src/messages.h"
|
| #include "src/parser.h"
|
| #include "src/prettyprinter.h"
|
| -#include "src/runtime/runtime-utils.h"
|
|
|
| namespace v8 {
|
| namespace internal {
|
|
|