diff --git a/src/debug/arm/debug-arm.cc b/src/debug/arm/debug-arm.cc index 38aadceae0..7f1542e183 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 e1d4d9e4a1..7272fe7bcf 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 42558c7e03..5b86aa737c 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 f9af29f3c8..fb8d495af8 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 a9369edf1f..17ac712649 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 5c6208f5c7..30bdcac1b6 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 2665334fb8..9b4d355d79 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 a23782a98b..ed4a632475 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 6cb653d9b0..3b65678709 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 b19104685b..5ec608a99a 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"