diff options
| author | 2014-02-27 11:00:35 +0000 | |
|---|---|---|
| committer | 2014-02-27 11:00:36 +0000 | |
| commit | b565506a63e75dac4a8bb9dd54dabf5259e5b95f (patch) | |
| tree | 7ab5da3f29563c31898614a76132efd7d30959f6 /compiler/optimizing/nodes.h | |
| parent | 3d86fbe5413142342554c2414b5b271163ad98fe (diff) | |
| parent | 0e33643519b68a343a7466dcaba12b8567777cc3 (diff) | |
Merge "Move arena_bit_vector.h/cc to compiler/utils."
Diffstat (limited to 'compiler/optimizing/nodes.h')
| -rw-r--r-- | compiler/optimizing/nodes.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/optimizing/nodes.h b/compiler/optimizing/nodes.h index 8f6a26cd11..3d5d531cfe 100644 --- a/compiler/optimizing/nodes.h +++ b/compiler/optimizing/nodes.h @@ -18,8 +18,8 @@ #define ART_COMPILER_OPTIMIZING_NODES_H_ #include "utils/allocation.h" +#include "utils/arena_bit_vector.h" #include "utils/growable_array.h" -#include "dex/arena_bit_vector.h" namespace art { |