| Index: src/debug/liveedit.cc
|
| diff --git a/src/debug/liveedit.cc b/src/debug/liveedit.cc
|
| index a9369edf1f9f5ce5fae9399fdfb161ca4aa3384e..17ac712649f0983d1b7e02aa78a6c01db7d0ac81 100644
|
| --- a/src/debug/liveedit.cc
|
| +++ b/src/debug/liveedit.cc
|
| @@ -2,9 +2,6 @@
|
| // 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/debug/liveedit.h"
|
|
|
| #include "src/code-stubs.h"
|
| @@ -18,6 +15,7 @@
|
| #include "src/parser.h"
|
| #include "src/scopeinfo.h"
|
| #include "src/scopes.h"
|
| +#include "src/v8.h"
|
| #include "src/v8memory.h"
|
|
|
| namespace v8 {
|
|
|