| Index: runtime/vm/code_patcher_arm64_test.cc
|
| diff --git a/runtime/vm/code_patcher_arm64_test.cc b/runtime/vm/code_patcher_arm64_test.cc
|
| index ce077b63c35129f2a259a8fad382fb1c0fd93c99..058f81d53db7823662e848515a3115461358089c 100644
|
| --- a/runtime/vm/code_patcher_arm64_test.cc
|
| +++ b/runtime/vm/code_patcher_arm64_test.cc
|
| @@ -6,12 +6,12 @@
|
| #if defined(TARGET_ARCH_ARM64)
|
|
|
| #include "vm/assembler.h"
|
| -#include "vm/code_generator.h"
|
| #include "vm/code_patcher.h"
|
| #include "vm/dart_entry.h"
|
| #include "vm/instructions.h"
|
| #include "vm/native_entry.h"
|
| #include "vm/native_entry_test.h"
|
| +#include "vm/runtime_entry.h"
|
| #include "vm/stub_code.h"
|
| #include "vm/symbols.h"
|
| #include "vm/unit_test.h"
|
|
|