summaryrefslogtreecommitdiffstats
path: root/compiler/driver/compiler_driver.h
diff options
context:
space:
mode:
authorNicolas Geoffray <ngeoffray@google.com>2014-02-19 17:30:16 +0000
committerNicolas Geoffray <ngeoffray@google.com>2014-02-19 17:30:16 +0000
commit1af0c0b88a956813eb0ad282664cedc391e2938f (patch)
tree22c31a72dc2d0c711056b4d4b1388a64de103261 /compiler/driver/compiler_driver.h
parent68a5fefa90f03fdf5a238ac85c9439c6b03eae96 (diff)
downloadart-1af0c0b88a956813eb0ad282664cedc391e2938f.zip
art-1af0c0b88a956813eb0ad282664cedc391e2938f.tar.gz
art-1af0c0b88a956813eb0ad282664cedc391e2938f.tar.bz2
Revert "Initial check-in of an optimizing compiler."
g++ warnings turned into errors. This reverts commit 68a5fefa90f03fdf5a238ac85c9439c6b03eae96. Change-Id: I09bb95d9cc13764ca8a266c41af04801a34b9fd0
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 da4b69d..a9e029d 100644
--- a/compiler/driver/compiler_driver.h
+++ b/compiler/driver/compiler_driver.h
@@ -28,6 +28,7 @@
#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"
@@ -35,7 +36,6 @@
#include "runtime.h"
#include "safe_map.h"
#include "thread_pool.h"
-#include "utils/arena_allocator.h"
#include "utils/dedupe_set.h"
namespace art {