| Index: runtime/vm/instructions_x64.cc
|
| diff --git a/runtime/vm/instructions_x64.cc b/runtime/vm/instructions_x64.cc
|
| index fe0c6ef3af6ec48f96fb93cc1136b713a5cf7636..efebc15c82a8f0ec23e45869645bad5030a34092 100644
|
| --- a/runtime/vm/instructions_x64.cc
|
| +++ b/runtime/vm/instructions_x64.cc
|
| @@ -5,9 +5,11 @@
|
| #include "vm/globals.h" // Needed here to get TARGET_ARCH_X64.
|
| #if defined(TARGET_ARCH_X64)
|
|
|
| +#include "vm/instructions.h"
|
| +#include "vm/instructions_x64.h"
|
| +
|
| #include "vm/cpu.h"
|
| #include "vm/constants_x64.h"
|
| -#include "vm/instructions.h"
|
| #include "vm/object.h"
|
|
|
| namespace dart {
|
|
|