| Index: src/compiler/js-generic-lowering.h
|
| diff --git a/src/compiler/js-generic-lowering.h b/src/compiler/js-generic-lowering.h
|
| index 400f8062a5c1466cc8ec13b50dd4820bd189bd50..b2f46fb333ecaab10d1effc1d1bf14b57495fda1 100644
|
| --- a/src/compiler/js-generic-lowering.h
|
| +++ b/src/compiler/js-generic-lowering.h
|
| @@ -5,13 +5,12 @@
|
| #ifndef V8_COMPILER_JS_GENERIC_LOWERING_H_
|
| #define V8_COMPILER_JS_GENERIC_LOWERING_H_
|
|
|
| -#include "src/v8.h"
|
| -
|
| #include "src/allocation.h"
|
| #include "src/code-factory.h"
|
| #include "src/compiler/graph.h"
|
| #include "src/compiler/graph-reducer.h"
|
| #include "src/compiler/js-graph.h"
|
| +#include "src/compiler/linkage.h"
|
| #include "src/compiler/opcodes.h"
|
|
|
| namespace v8 {
|
|
|