| Index: src/x87/lithium-x87.h
|
| diff --git a/src/x87/lithium-x87.h b/src/x87/lithium-x87.h
|
| index 5c7b5899cee49f07f17f42bb395d25bca2f6965b..21df54b2db9648c09df45ae63a4568668f15ce5f 100644
|
| --- a/src/x87/lithium-x87.h
|
| +++ b/src/x87/lithium-x87.h
|
| @@ -5,11 +5,11 @@
|
| #ifndef V8_X87_LITHIUM_X87_H_
|
| #define V8_X87_LITHIUM_X87_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 {
|
|
|