diff options
author | Nicolas Geoffray <ngeoffray@google.com> | 2014-02-19 17:30:16 +0000 |
---|---|---|
committer | Nicolas Geoffray <ngeoffray@google.com> | 2014-02-19 17:30:16 +0000 |
commit | 1af0c0b88a956813eb0ad282664cedc391e2938f (patch) | |
tree | 22c31a72dc2d0c711056b4d4b1388a64de103261 /compiler/dex/arena_bit_vector.h | |
parent | 68a5fefa90f03fdf5a238ac85c9439c6b03eae96 (diff) | |
download | android_art-1af0c0b88a956813eb0ad282664cedc391e2938f.tar.gz android_art-1af0c0b88a956813eb0ad282664cedc391e2938f.tar.bz2 android_art-1af0c0b88a956813eb0ad282664cedc391e2938f.zip |
Revert "Initial check-in of an optimizing compiler."
g++ warnings turned into errors.
This reverts commit 68a5fefa90f03fdf5a238ac85c9439c6b03eae96.
Change-Id: I09bb95d9cc13764ca8a266c41af04801a34b9fd0
Diffstat (limited to 'compiler/dex/arena_bit_vector.h')
-rw-r--r-- | compiler/dex/arena_bit_vector.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/dex/arena_bit_vector.h b/compiler/dex/arena_bit_vector.h index e904406723..4b2193a3f1 100644 --- a/compiler/dex/arena_bit_vector.h +++ b/compiler/dex/arena_bit_vector.h @@ -17,9 +17,9 @@ #ifndef ART_COMPILER_DEX_ARENA_BIT_VECTOR_H_ #define ART_COMPILER_DEX_ARENA_BIT_VECTOR_H_ +#include "arena_allocator.h" #include "base/bit_vector.h" #include "compiler_enums.h" -#include "utils/arena_allocator.h" namespace art { |