| Index: runtime/vm/instructions_arm.cc
|
| diff --git a/runtime/vm/instructions_arm.cc b/runtime/vm/instructions_arm.cc
|
| index a3abab897714ccba0147ce701268f4033f93c213..1541f40b1637fb5ddcc1188476af6604dfa6e6c6 100644
|
| --- a/runtime/vm/instructions_arm.cc
|
| +++ b/runtime/vm/instructions_arm.cc
|
| @@ -5,10 +5,12 @@
|
| #include "vm/globals.h" // Needed here to get TARGET_ARCH_ARM.
|
| #if defined(TARGET_ARCH_ARM)
|
|
|
| +#include "vm/instructions.h"
|
| +#include "vm/instructions_arm.h"
|
| +
|
| #include "vm/assembler.h"
|
| #include "vm/constants_arm.h"
|
| #include "vm/cpu.h"
|
| -#include "vm/instructions.h"
|
| #include "vm/object.h"
|
|
|
| namespace dart {
|
|
|