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

Unified Diff: src/debug/arm/debug-arm.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/arm/debug-arm.cc
diff --git a/src/debug/arm/debug-arm.cc b/src/debug/arm/debug-arm.cc
index 29e4827be4301e4373c619baeeeaaf2a125f1044..86bbc8a1fd72161c18670b5c7edd6f2984b6d186 100644
--- a/src/debug/arm/debug-arm.cc
+++ b/src/debug/arm/debug-arm.cc
@@ -4,8 +4,9 @@
#if V8_TARGET_ARCH_ARM
-#include "src/codegen.h"
#include "src/debug/debug.h"
Michael Starzinger 2016/09/06 08:05:38 nit: Can we add an empty newline after the first i
marja 2016/09/06 08:24:07 Done.
+#include "src/codegen.h"
+#include "src/debug/liveedit.h"
namespace v8 {
namespace internal {

Powered by Google App Engine
This is Rietveld 408576698