From: mstarzinger Date: Wed, 12 Aug 2015 11:14:02 +0000 (-0700) Subject: Remove grab-bag includes of v8.h from debugger. X-Git-Tag: upstream/4.7.83~909 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=6690d4704575d0c4b8f14e6d8b32a1e289cd3363;p=platform%2Fupstream%2Fv8.git Remove grab-bag includes of v8.h from debugger. R=yangguo@chromium.org Review URL: https://codereview.chromium.org/1283023002 Cr-Commit-Position: refs/heads/master@{#30131} --- diff --git a/src/debug/arm/debug-arm.cc b/src/debug/arm/debug-arm.cc index 38aadce..7f1542e 100644 --- a/src/debug/arm/debug-arm.cc +++ b/src/debug/arm/debug-arm.cc @@ -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" diff --git a/src/debug/arm64/debug-arm64.cc b/src/debug/arm64/debug-arm64.cc index e1d4d9e..7272fe7 100644 --- a/src/debug/arm64/debug-arm64.cc +++ b/src/debug/arm64/debug-arm64.cc @@ -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" diff --git a/src/debug/debug.cc b/src/debug/debug.cc index 42558c7..5b86aa7 100644 --- a/src/debug/debug.cc +++ b/src/debug/debug.cc @@ -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" diff --git a/src/debug/ia32/debug-ia32.cc b/src/debug/ia32/debug-ia32.cc index f9af29f..fb8d495 100644 --- a/src/debug/ia32/debug-ia32.cc +++ b/src/debug/ia32/debug-ia32.cc @@ -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" diff --git a/src/debug/liveedit.cc b/src/debug/liveedit.cc index a9369edf..17ac712 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 { diff --git a/src/debug/mips/debug-mips.cc b/src/debug/mips/debug-mips.cc index 5c6208f..30bdcac 100644 --- a/src/debug/mips/debug-mips.cc +++ b/src/debug/mips/debug-mips.cc @@ -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" diff --git a/src/debug/mips64/debug-mips64.cc b/src/debug/mips64/debug-mips64.cc index 2665334..9b4d355 100644 --- a/src/debug/mips64/debug-mips64.cc +++ b/src/debug/mips64/debug-mips64.cc @@ -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" diff --git a/src/debug/ppc/debug-ppc.cc b/src/debug/ppc/debug-ppc.cc index a23782a..ed4a632 100644 --- a/src/debug/ppc/debug-ppc.cc +++ b/src/debug/ppc/debug-ppc.cc @@ -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" diff --git a/src/debug/x64/debug-x64.cc b/src/debug/x64/debug-x64.cc index 6cb653d..3b65678 100644 --- a/src/debug/x64/debug-x64.cc +++ b/src/debug/x64/debug-x64.cc @@ -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" diff --git a/src/debug/x87/debug-x87.cc b/src/debug/x87/debug-x87.cc index b191046..5ec608a 100644 --- a/src/debug/x87/debug-x87.cc +++ b/src/debug/x87/debug-x87.cc @@ -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"