| Index: src/runtime/runtime-observe.cc
|
| diff --git a/src/runtime/runtime-observe.cc b/src/runtime/runtime-observe.cc
|
| index d1fe0b453c331fcc65d867e2995082a25e1f6358..e4ce23f87e5c7e214f2dd48c4e3dabeb0a5d63f1 100644
|
| --- a/src/runtime/runtime-observe.cc
|
| +++ b/src/runtime/runtime-observe.cc
|
| @@ -2,11 +2,10 @@
|
| // 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"
|
| -#include "src/runtime/runtime-utils.h"
|
|
|
| namespace v8 {
|
| namespace internal {
|
|
|