| Index: src/x64/lithium-x64.cc
|
| diff --git a/src/x64/lithium-x64.cc b/src/x64/lithium-x64.cc
|
| index 325f2c0da30aad026ff2c7847db09b5bb4337f32..919df87a81745df8ae0bb7724ff15c205cf84fa1 100644
|
| --- a/src/x64/lithium-x64.cc
|
| +++ b/src/x64/lithium-x64.cc
|
| @@ -6,10 +6,10 @@
|
|
|
| #if V8_TARGET_ARCH_X64
|
|
|
| +#include "src/hydrogen-osr.h"
|
| #include "src/lithium-allocator-inl.h"
|
| -#include "src/x64/lithium-x64.h"
|
| #include "src/x64/lithium-codegen-x64.h"
|
| -#include "src/hydrogen-osr.h"
|
| +#include "src/x64/lithium-x64.h"
|
|
|
| namespace v8 {
|
| namespace internal {
|
|
|