| Index: src/lithium-allocator.h
|
| diff --git a/src/lithium-allocator.h b/src/lithium-allocator.h
|
| index 83ba9afb68ca1b8cf1ffaebee13be7ab0375a7f9..1d313a5a54825e890981cd0ddab90317fb2d37a4 100644
|
| --- a/src/lithium-allocator.h
|
| +++ b/src/lithium-allocator.h
|
| @@ -5,11 +5,11 @@
|
| #ifndef V8_LITHIUM_ALLOCATOR_H_
|
| #define V8_LITHIUM_ALLOCATOR_H_
|
|
|
| -#include "v8.h"
|
| +#include "src/v8.h"
|
|
|
| -#include "allocation.h"
|
| -#include "lithium.h"
|
| -#include "zone.h"
|
| +#include "src/allocation.h"
|
| +#include "src/lithium.h"
|
| +#include "src/zone.h"
|
|
|
| namespace v8 {
|
| namespace internal {
|
|
|