diff options
| author | 2015-05-26 17:42:31 +0000 | |
|---|---|---|
| committer | 2015-05-26 17:42:31 +0000 | |
| commit | dc31313c4577bb4c00d90774159c84e738ed348d (patch) | |
| tree | 5f850028ebc8843cdcaf56c5fc122bd660937603 /compiler/gc_map_builder.h | |
| parent | 03b5a398a96ea29c39ddfe3d810245b868d2871f (diff) | |
| parent | 80afd02024d20e60b197d3adfbb43cc303cf29e0 (diff) | |
Merge "ART: Clean up arm64 kNumberOfXRegisters usage."
Diffstat (limited to 'compiler/gc_map_builder.h')
| -rw-r--r-- | compiler/gc_map_builder.h | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/gc_map_builder.h b/compiler/gc_map_builder.h index 4c36ef733c..45e3fc5589 100644 --- a/compiler/gc_map_builder.h +++ b/compiler/gc_map_builder.h @@ -19,8 +19,8 @@  #include <vector> +#include "base/bit_utils.h"  #include "gc_map.h" -#include "utils.h"  namespace art {  |