| Index: runtime/vm/dart_entry.cc
|
| diff --git a/runtime/vm/dart_entry.cc b/runtime/vm/dart_entry.cc
|
| index a333fde4e78f7c17af961bf768ddf8be30effc64..ae775142908c24fdd1a07fc385ef9a2874d23039 100644
|
| --- a/runtime/vm/dart_entry.cc
|
| +++ b/runtime/vm/dart_entry.cc
|
| @@ -5,11 +5,11 @@
|
| #include "vm/dart_entry.h"
|
|
|
| #include "vm/class_finalizer.h"
|
| -#include "vm/code_generator.h"
|
| #include "vm/compiler.h"
|
| #include "vm/debugger.h"
|
| #include "vm/object_store.h"
|
| #include "vm/resolver.h"
|
| +#include "vm/runtime_entry.h"
|
| #include "vm/safepoint.h"
|
| #include "vm/simulator.h"
|
| #include "vm/stub_code.h"
|
|
|