| Index: src/runtime/runtime-scopes.cc
|
| diff --git a/src/runtime/runtime-scopes.cc b/src/runtime/runtime-scopes.cc
|
| index be13a14d4f078f419db5f8045f3c794f6078ab57..01c828bf40430cead10ed5134e675ea03a896256 100644
|
| --- a/src/runtime/runtime-scopes.cc
|
| +++ b/src/runtime/runtime-scopes.cc
|
| @@ -2,13 +2,12 @@
|
| // 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/accessors.h"
|
| #include "src/arguments.h"
|
| #include "src/frames-inl.h"
|
| #include "src/messages.h"
|
| -#include "src/runtime/runtime-utils.h"
|
| #include "src/scopeinfo.h"
|
| #include "src/scopes.h"
|
|
|
|
|