summaryrefslogtreecommitdiff
path: root/compiler/driver/compiler_driver.h
diff options
context:
space:
mode:
author Nicolas Geoffray <ngeoffray@google.com> 2014-02-19 19:25:43 +0000
committer Gerrit Code Review <noreply-gerritcodereview@google.com> 2014-02-19 19:25:43 +0000
commit86ce70d30fcebf41273a9a9fd86eaa9b33c0ab56 (patch)
tree33349e963d586f1921516f2b5bd60ed4aae50001 /compiler/driver/compiler_driver.h
parentc6721975fa5195bd4d2d5b91483677223b779454 (diff)
parent818f2107e6d2d9e80faac8ae8c92faffa83cbd11 (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.h2
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 {