diff options
author | 2014-02-19 19:25:43 +0000 | |
---|---|---|
committer | 2014-02-19 19:25:43 +0000 | |
commit | 86ce70d30fcebf41273a9a9fd86eaa9b33c0ab56 (patch) | |
tree | 33349e963d586f1921516f2b5bd60ed4aae50001 /compiler/driver/compiler_driver.h | |
parent | c6721975fa5195bd4d2d5b91483677223b779454 (diff) | |
parent | 818f2107e6d2d9e80faac8ae8c92faffa83cbd11 (diff) |
Merge "Re-apply: Initial check-in of an optimizing compiler."
Diffstat (limited to 'compiler/driver/compiler_driver.h')
-rw-r--r-- | compiler/driver/compiler_driver.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/driver/compiler_driver.h b/compiler/driver/compiler_driver.h index a9e029d510..da4b69d63c 100644 --- a/compiler/driver/compiler_driver.h +++ b/compiler/driver/compiler_driver.h @@ -28,7 +28,6 @@ #include "compiled_method.h" #include "compiler_backend.h" #include "dex_file.h" -#include "dex/arena_allocator.h" #include "instruction_set.h" #include "invoke_type.h" #include "method_reference.h" @@ -36,6 +35,7 @@ #include "runtime.h" #include "safe_map.h" #include "thread_pool.h" +#include "utils/arena_allocator.h" #include "utils/dedupe_set.h" namespace art { |