| Index: runtime/vm/instructions_arm64.cc
|
| diff --git a/runtime/vm/instructions_arm64.cc b/runtime/vm/instructions_arm64.cc
|
| index 674e68a3f19e7b3a5a77eaefea368ed58c559822..0895ae9a5bf517e9401563d111036473c91a233a 100644
|
| --- a/runtime/vm/instructions_arm64.cc
|
| +++ b/runtime/vm/instructions_arm64.cc
|
| @@ -5,10 +5,12 @@
|
| #include "vm/globals.h" // Needed here to get TARGET_ARCH_ARM64.
|
| #if defined(TARGET_ARCH_ARM64)
|
|
|
| +#include "vm/instructions.h"
|
| +#include "vm/instructions_arm64.h"
|
| +
|
| #include "vm/assembler.h"
|
| #include "vm/constants_arm64.h"
|
| #include "vm/cpu.h"
|
| -#include "vm/instructions.h"
|
| #include "vm/object.h"
|
|
|
| namespace dart {
|
|
|