| Index: src/x64/lithium-gap-resolver-x64.cc
|
| diff --git a/src/x64/lithium-gap-resolver-x64.cc b/src/x64/lithium-gap-resolver-x64.cc
|
| index 7827abd168fcfc3b88bafdd2f51fc8d495ef20d9..93c1512625a98ff9ba8e6bd8aa4eb4ec1b88ec8f 100644
|
| --- a/src/x64/lithium-gap-resolver-x64.cc
|
| +++ b/src/x64/lithium-gap-resolver-x64.cc
|
| @@ -2,12 +2,12 @@
|
| // 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_X64
|
|
|
| -#include "x64/lithium-gap-resolver-x64.h"
|
| -#include "x64/lithium-codegen-x64.h"
|
| +#include "src/x64/lithium-gap-resolver-x64.h"
|
| +#include "src/x64/lithium-codegen-x64.h"
|
|
|
| namespace v8 {
|
| namespace internal {
|
|
|