| Index: src/arm/stub-cache-arm.cc
|
| diff --git a/src/arm/stub-cache-arm.cc b/src/arm/stub-cache-arm.cc
|
| index fd53b9782d6d956cfaa99048d2217dfd2ca4c998..c0be0762504f7df846ea001908d25384e4d6584b 100644
|
| --- a/src/arm/stub-cache-arm.cc
|
| +++ b/src/arm/stub-cache-arm.cc
|
| @@ -2,13 +2,13 @@
|
| // 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 "ic-inl.h"
|
| -#include "codegen.h"
|
| -#include "stub-cache.h"
|
| +#include "src/ic-inl.h"
|
| +#include "src/codegen.h"
|
| +#include "src/stub-cache.h"
|
|
|
| namespace v8 {
|
| namespace internal {
|
|
|