| Index: runtime/vm/instructions_mips.cc
|
| diff --git a/runtime/vm/instructions_mips.cc b/runtime/vm/instructions_mips.cc
|
| index cc51a3df20c5f5ca25728861f627a1e217fcc6f6..547b6fe72f003d2955b82c24107a3bd59133d8d3 100644
|
| --- a/runtime/vm/instructions_mips.cc
|
| +++ b/runtime/vm/instructions_mips.cc
|
| @@ -5,9 +5,11 @@
|
| #include "vm/globals.h" // Needed here to get TARGET_ARCH_MIPS.
|
| #if defined(TARGET_ARCH_MIPS)
|
|
|
| +#include "vm/instructions.h"
|
| +#include "vm/instructions_mips.h"
|
| +
|
| #include "vm/constants_mips.h"
|
| #include "vm/cpu.h"
|
| -#include "vm/instructions.h"
|
| #include "vm/object.h"
|
|
|
| namespace dart {
|
|
|