diff options
Diffstat (limited to 'runtime/stack_map.h')
| -rw-r--r-- | runtime/stack_map.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime/stack_map.h b/runtime/stack_map.h index bde34624374..38397643b6b 100644 --- a/runtime/stack_map.h +++ b/runtime/stack_map.h @@ -20,12 +20,12 @@ #include <limits> #include "arch/code_offset.h" +#include "base/bit_memory_region.h" #include "base/bit_utils.h" #include "base/bit_vector.h" #include "base/leb128.h" -#include "bit_memory_region.h" +#include "base/memory_region.h" #include "dex/dex_file_types.h" -#include "memory_region.h" #include "method_info.h" namespace art { |
