Index: runtime/vm/compiler.cc |
diff --git a/runtime/vm/compiler.cc b/runtime/vm/compiler.cc |
index 31fc35773253a095fdc0e058b5bb4cc69b8bc9a1..ef991980dc768716ab9e3575a42607620f6634d5 100644 |
--- a/runtime/vm/compiler.cc |
+++ b/runtime/vm/compiler.cc |
@@ -10,14 +10,11 @@ |
#include "vm/block_scheduler.h" |
#include "vm/branch_optimizer.h" |
#include "vm/cha.h" |
-#include "vm/code_generator.h" |
#include "vm/code_patcher.h" |
#include "vm/constant_propagator.h" |
#include "vm/dart_entry.h" |
#include "vm/debugger.h" |
#include "vm/deopt_instructions.h" |
-#include "vm/kernel.h" |
-#include "vm/kernel_to_il.h" |
#include "vm/disassembler.h" |
#include "vm/exceptions.h" |
#include "vm/flags.h" |
@@ -30,6 +27,8 @@ |
#include "vm/flow_graph_type_propagator.h" |
#include "vm/il_printer.h" |
#include "vm/jit_optimizer.h" |
+#include "vm/kernel.h" |
+#include "vm/kernel_to_il.h" |
#include "vm/longjump.h" |
#include "vm/object.h" |
#include "vm/object_store.h" |
@@ -37,8 +36,9 @@ |
#include "vm/parser.h" |
#include "vm/precompiler.h" |
#include "vm/redundancy_elimination.h" |
-#include "vm/regexp_parser.h" |
#include "vm/regexp_assembler.h" |
+#include "vm/regexp_parser.h" |
+#include "vm/runtime_entry.h" |
#include "vm/symbols.h" |
#include "vm/tags.h" |
#include "vm/thread_registry.h" |