| Index: src/arm64/stub-cache-arm64.cc
|
| diff --git a/src/arm64/stub-cache-arm64.cc b/src/arm64/stub-cache-arm64.cc
|
| index 760fbb3540991c6ae97e9a3c30cbc273ba203e6e..ae597b2a0198584d6f2d953499fcad29520daff1 100644
|
| --- a/src/arm64/stub-cache-arm64.cc
|
| +++ b/src/arm64/stub-cache-arm64.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_ARM64
|
|
|
| -#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 {
|
|
|