| Index: src/ia32/lithium-codegen-ia32.cc
 | 
| diff --git a/src/ia32/lithium-codegen-ia32.cc b/src/ia32/lithium-codegen-ia32.cc
 | 
| index 1e4f7561be995bdb27f7cf8b69c24b1edd1752f5..a0af737590a6aa48bef03474cf6db7d6248bb0d8 100644
 | 
| --- a/src/ia32/lithium-codegen-ia32.cc
 | 
| +++ b/src/ia32/lithium-codegen-ia32.cc
 | 
| @@ -6,13 +6,13 @@
 | 
|  
 | 
|  #if V8_TARGET_ARCH_IA32
 | 
|  
 | 
| -#include "src/ia32/lithium-codegen-ia32.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/ia32/lithium-codegen-ia32.h"
 | 
| +#include "src/ic.h"
 | 
| +#include "src/stub-cache.h"
 | 
|  
 | 
|  namespace v8 {
 | 
|  namespace internal {
 | 
| 
 |