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

Unified Diff: src/debug/x87/debug-x87.cc

Issue 2316443002: Include only stuff you need, part 8: Fix debug.h -> liveedit.h. (Closed)
Patch Set: ports Created 4 years, 3 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
Index: src/debug/x87/debug-x87.cc
diff --git a/src/debug/x87/debug-x87.cc b/src/debug/x87/debug-x87.cc
index 1cbdf45b8cc12e0e4bc0958ca644921316c3507d..17fbb02b22507f5fb88583d8e2ebf45610f40fe2 100644
--- a/src/debug/x87/debug-x87.cc
+++ b/src/debug/x87/debug-x87.cc
@@ -4,8 +4,9 @@
#if V8_TARGET_ARCH_X87
-#include "src/codegen.h"
#include "src/debug/debug.h"
+#include "src/codegen.h"
+#include "src/debug/liveedit.h"
#include "src/x87/frames-x87.h"
namespace v8 {

Powered by Google App Engine
This is Rietveld 408576698