Remove grab-bag includes of v8.h from debugger.
authormstarzinger <mstarzinger@chromium.org>
Wed, 12 Aug 2015 11:14:02 +0000 (04:14 -0700)
committerCommit bot <commit-bot@chromium.org>
Wed, 12 Aug 2015 11:14:12 +0000 (11:14 +0000)
R=yangguo@chromium.org

Review URL: https://codereview.chromium.org/1283023002

Cr-Commit-Position: refs/heads/master@{#30131}

src/debug/arm/debug-arm.cc
src/debug/arm64/debug-arm64.cc
src/debug/debug.cc
src/debug/ia32/debug-ia32.cc
src/debug/liveedit.cc
src/debug/mips/debug-mips.cc
src/debug/mips64/debug-mips64.cc
src/debug/ppc/debug-ppc.cc
src/debug/x64/debug-x64.cc
src/debug/x87/debug-x87.cc

index 38aadce..7f1542e 100644 (file)
@@ -2,8 +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"
-
 #if V8_TARGET_ARCH_ARM
 
 #include "src/codegen.h"
index e1d4d9e..7272fe7 100644 (file)
@@ -2,8 +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"
-
 #if V8_TARGET_ARCH_ARM64
 
 #include "src/arm64/frames-arm64.h"
index 42558c7..5b86aa7 100644 (file)
@@ -2,8 +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/debug.h"
 
 #include "src/api.h"
index f9af29f..fb8d495 100644 (file)
@@ -2,8 +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"
-
 #if V8_TARGET_ARCH_IA32
 
 #include "src/codegen.h"
index a9369ed..17ac712 100644 (file)
@@ -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 {
index 5c6208f..30bdcac 100644 (file)
@@ -2,10 +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"
-
 #if V8_TARGET_ARCH_MIPS
 
 #include "src/codegen.h"
index 2665334..9b4d355 100644 (file)
@@ -2,10 +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"
-
 #if V8_TARGET_ARCH_MIPS64
 
 #include "src/codegen.h"
index a23782a..ed4a632 100644 (file)
@@ -2,8 +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"
-
 #if V8_TARGET_ARCH_PPC
 
 #include "src/codegen.h"
index 6cb653d..3b65678 100644 (file)
@@ -2,8 +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"
-
 #if V8_TARGET_ARCH_X64
 
 #include "src/assembler.h"
index b191046..5ec608a 100644 (file)
@@ -2,8 +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"
-
 #if V8_TARGET_ARCH_X87
 
 #include "src/codegen.h"