diff options
author | 2015-01-26 17:37:27 -0800 | |
---|---|---|
committer | 2015-01-26 17:37:27 -0800 | |
commit | 0e92f4fa0079dad6d1df69abd13054a9885cba98 (patch) | |
tree | a172f8cfeb71cd56af58625d0bf11690ae1f5471 /compiler/driver/dex_compilation_unit.cc | |
parent | 94fc0e7be35ab1dd42c6336071ea53dfc565faee (diff) |
ART: More Quick cleanup
Remove frontend, move code to QuickCompiler.
Fix some includes.
Change-Id: Iedd8f339ec76635e48b166e285f7fc571fc948ac
Diffstat (limited to 'compiler/driver/dex_compilation_unit.cc')
-rw-r--r-- | compiler/driver/dex_compilation_unit.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler/driver/dex_compilation_unit.cc b/compiler/driver/dex_compilation_unit.cc index 986fc719fe..e6c8c181aa 100644 --- a/compiler/driver/dex_compilation_unit.cc +++ b/compiler/driver/dex_compilation_unit.cc @@ -18,7 +18,6 @@ #include "base/stringprintf.h" #include "dex/compiler_ir.h" -#include "dex/mir_graph.h" #include "utils.h" namespace art { |