| Index: runtime/vm/deopt_instructions.h
|
| diff --git a/runtime/vm/deopt_instructions.h b/runtime/vm/deopt_instructions.h
|
| index c1811f0b15326e3a8e1c148e8a3cba4c74fadb38..f65a41be2aca51e0d615c90877e77f5802a565f3 100644
|
| --- a/runtime/vm/deopt_instructions.h
|
| +++ b/runtime/vm/deopt_instructions.h
|
| @@ -8,12 +8,12 @@
|
| #include "vm/allocation.h"
|
| #include "vm/assembler.h"
|
| #include "vm/code_descriptors.h"
|
| -#include "vm/code_generator.h"
|
| #include "vm/deferred_objects.h"
|
| #include "vm/flow_graph_compiler.h"
|
| #include "vm/growable_array.h"
|
| #include "vm/locations.h"
|
| #include "vm/object.h"
|
| +#include "vm/runtime_entry.h"
|
| #include "vm/stack_frame.h"
|
| #include "vm/thread.h"
|
|
|
|
|