Index: src/runtime/runtime-liveedit.cc |
diff --git a/src/runtime/runtime-liveedit.cc b/src/runtime/runtime-liveedit.cc |
index b52980ab9237378796808f9b8c016f2617177907..3b8dad9b5e197d786a8cce4fe11f99b2776ab7d9 100644 |
--- a/src/runtime/runtime-liveedit.cc |
+++ b/src/runtime/runtime-liveedit.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/debug/debug.h" |
@@ -10,7 +10,6 @@ |
#include "src/debug/liveedit.h" |
#include "src/frames-inl.h" |
#include "src/runtime/runtime.h" |
-#include "src/runtime/runtime-utils.h" |
namespace v8 { |
namespace internal { |