| Index: src/compiler/instruction.h
|
| diff --git a/src/compiler/instruction.h b/src/compiler/instruction.h
|
| index 687b1b8761312c5ee50ea3804337bfd63d455a36..b3b496bcd7ce1afc51f6321e6c48e81a9d2b9ace 100644
|
| --- a/src/compiler/instruction.h
|
| +++ b/src/compiler/instruction.h
|
| @@ -12,10 +12,10 @@
|
|
|
| #include "src/base/compiler-specific.h"
|
| #include "src/compiler/common-operator.h"
|
| +#include "src/compiler/compiler-source-position-table.h"
|
| #include "src/compiler/frame.h"
|
| #include "src/compiler/instruction-codes.h"
|
| #include "src/compiler/opcodes.h"
|
| -#include "src/compiler/source-position.h"
|
| #include "src/globals.h"
|
| #include "src/macro-assembler.h"
|
| #include "src/register-configuration.h"
|
|
|