| Index: src/x64/lithium-codegen-x64.h
|
| diff --git a/src/x64/lithium-codegen-x64.h b/src/x64/lithium-codegen-x64.h
|
| index 0879b95f05b10dc303eb763684e9bcf1fbb5b7c0..fb58a53cf2c65cc875ac6dfcc3ca228a60db6b54 100644
|
| --- a/src/x64/lithium-codegen-x64.h
|
| +++ b/src/x64/lithium-codegen-x64.h
|
| @@ -5,15 +5,15 @@
|
| #ifndef V8_X64_LITHIUM_CODEGEN_X64_H_
|
| #define V8_X64_LITHIUM_CODEGEN_X64_H_
|
|
|
| -#include "x64/lithium-x64.h"
|
| -
|
| -#include "checks.h"
|
| -#include "deoptimizer.h"
|
| -#include "lithium-codegen.h"
|
| -#include "safepoint-table.h"
|
| -#include "scopes.h"
|
| -#include "utils.h"
|
| -#include "x64/lithium-gap-resolver-x64.h"
|
| +#include "src/x64/lithium-x64.h"
|
| +
|
| +#include "src/checks.h"
|
| +#include "src/deoptimizer.h"
|
| +#include "src/lithium-codegen.h"
|
| +#include "src/safepoint-table.h"
|
| +#include "src/scopes.h"
|
| +#include "src/utils.h"
|
| +#include "src/x64/lithium-gap-resolver-x64.h"
|
|
|
| namespace v8 {
|
| namespace internal {
|
|
|