| Index: src/arm/lithium-arm.h
|
| diff --git a/src/arm/lithium-arm.h b/src/arm/lithium-arm.h
|
| index a7c6ac485bb0a1c2d21648022b82af4f83e30e10..29c53efefb96c04d966666067e655a6ce44fafe7 100644
|
| --- a/src/arm/lithium-arm.h
|
| +++ b/src/arm/lithium-arm.h
|
| @@ -5,11 +5,11 @@
|
| #ifndef V8_ARM_LITHIUM_ARM_H_
|
| #define V8_ARM_LITHIUM_ARM_H_
|
|
|
| -#include "hydrogen.h"
|
| -#include "lithium-allocator.h"
|
| -#include "lithium.h"
|
| -#include "safepoint-table.h"
|
| -#include "utils.h"
|
| +#include "src/hydrogen.h"
|
| +#include "src/lithium-allocator.h"
|
| +#include "src/lithium.h"
|
| +#include "src/safepoint-table.h"
|
| +#include "src/utils.h"
|
|
|
| namespace v8 {
|
| namespace internal {
|
|
|