| Index: src/x87/lithium-codegen-x87.cc
|
| diff --git a/src/x87/lithium-codegen-x87.cc b/src/x87/lithium-codegen-x87.cc
|
| index dab87688a3f870a8518a29d8b60724d8ab35200c..fbeb9c5068536f64a37078ae61fe66771d6b6a39 100644
|
| --- a/src/x87/lithium-codegen-x87.cc
|
| +++ b/src/x87/lithium-codegen-x87.cc
|
| @@ -6,13 +6,13 @@
|
|
|
| #if V8_TARGET_ARCH_X87
|
|
|
| -#include "src/x87/lithium-codegen-x87.h"
|
| -#include "src/ic.h"
|
| #include "src/code-stubs.h"
|
| -#include "src/deoptimizer.h"
|
| -#include "src/stub-cache.h"
|
| #include "src/codegen.h"
|
| +#include "src/deoptimizer.h"
|
| #include "src/hydrogen-osr.h"
|
| +#include "src/ic.h"
|
| +#include "src/stub-cache.h"
|
| +#include "src/x87/lithium-codegen-x87.h"
|
|
|
| namespace v8 {
|
| namespace internal {
|
|
|