| Index: src/runtime/runtime-uri.cc
|
| diff --git a/src/runtime/runtime-uri.cc b/src/runtime/runtime-uri.cc
|
| index e0eba4fe4bd258a99b1b4f3b0e79b3de277f03a8..4f77af81cb6d9bd4e508d2fb7a35769dfbf02005 100644
|
| --- a/src/runtime/runtime-uri.cc
|
| +++ b/src/runtime/runtime-uri.cc
|
| @@ -2,15 +2,14 @@
|
| // 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/conversions.h"
|
| -#include "src/runtime/runtime-utils.h"
|
| +#include "src/objects-inl.h"
|
| #include "src/string-search.h"
|
| #include "src/utils.h"
|
|
|
| -
|
| namespace v8 {
|
| namespace internal {
|
|
|
|
|