| Index: src/arm/lithium-arm.cc
|
| diff --git a/src/arm/lithium-arm.cc b/src/arm/lithium-arm.cc
|
| index 4073f8d8e33c1102c92c909fc43575429fef35e1..79eb197257f1a8689e67c75ba6ac4fd42b2c603f 100644
|
| --- a/src/arm/lithium-arm.cc
|
| +++ b/src/arm/lithium-arm.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"
|
|
|
| -#include "lithium-allocator-inl.h"
|
| -#include "arm/lithium-arm.h"
|
| -#include "arm/lithium-codegen-arm.h"
|
| -#include "hydrogen-osr.h"
|
| +#include "src/lithium-allocator-inl.h"
|
| +#include "src/arm/lithium-arm.h"
|
| +#include "src/arm/lithium-codegen-arm.h"
|
| +#include "src/hydrogen-osr.h"
|
|
|
| namespace v8 {
|
| namespace internal {
|
|
|