Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(177)

Unified Diff: src/debug/liveedit.cc

Issue 1283023002: Remove grab-bag includes of v8.h from debugger. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@local_cleanup-includes-fullcode
Patch Set: Rebased. Created 5 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « src/debug/ia32/debug-ia32.cc ('k') | src/debug/mips/debug-mips.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 {
« no previous file with comments | « src/debug/ia32/debug-ia32.cc ('k') | src/debug/mips/debug-mips.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698