| Index: src/arm/builtins-arm.cc
|
| diff --git a/src/arm/builtins-arm.cc b/src/arm/builtins-arm.cc
|
| index 29e1d19e2562f933bb65d7b9207b381ce48f1032..36898487c7aab0fea62e5268d6d91bfd53f91e0e 100644
|
| --- a/src/arm/builtins-arm.cc
|
| +++ b/src/arm/builtins-arm.cc
|
| @@ -2,16 +2,16 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "v8.h"
|
| +#include "src/v8.h"
|
|
|
| #if V8_TARGET_ARCH_ARM
|
|
|
| -#include "codegen.h"
|
| -#include "debug.h"
|
| -#include "deoptimizer.h"
|
| -#include "full-codegen.h"
|
| -#include "runtime.h"
|
| -#include "stub-cache.h"
|
| +#include "src/codegen.h"
|
| +#include "src/debug.h"
|
| +#include "src/deoptimizer.h"
|
| +#include "src/full-codegen.h"
|
| +#include "src/runtime.h"
|
| +#include "src/stub-cache.h"
|
|
|
| namespace v8 {
|
| namespace internal {
|
|
|