| Index: src/crankshaft/x64/lithium-codegen-x64.h
|
| diff --git a/src/crankshaft/x64/lithium-codegen-x64.h b/src/crankshaft/x64/lithium-codegen-x64.h
|
| index eafdc778ad6495b493fe18d03e7b9ccb0fa46bcb..3e13a4d29f5b0c4f5a9b1e1ccf3408c2f0dd7f8e 100644
|
| --- a/src/crankshaft/x64/lithium-codegen-x64.h
|
| +++ b/src/crankshaft/x64/lithium-codegen-x64.h
|
| @@ -6,13 +6,13 @@
|
| #define V8_CRANKSHAFT_X64_LITHIUM_CODEGEN_X64_H_
|
|
|
|
|
| +#include "src/ast/scopes.h"
|
| #include "src/base/logging.h"
|
| #include "src/crankshaft/lithium-codegen.h"
|
| #include "src/crankshaft/x64/lithium-gap-resolver-x64.h"
|
| #include "src/crankshaft/x64/lithium-x64.h"
|
| #include "src/deoptimizer.h"
|
| #include "src/safepoint-table.h"
|
| -#include "src/scopes.h"
|
| #include "src/utils.h"
|
|
|
| namespace v8 {
|
|
|