diff options
author | 2015-12-15 22:17:21 +0000 | |
---|---|---|
committer | 2015-12-15 22:17:21 +0000 | |
commit | bc90a0538e56f98b8e138cb622e6b9d834244ad9 (patch) | |
tree | fd85833863a13ce4abc7baaea1d2059c2419ad1e /compiler/compiled_method.h | |
parent | 0bbc1727c446ee5f4cc3c28e68127164ef379594 (diff) | |
parent | ae358c1d5cef227b44d6f4971b79e1ab91aa26eb (diff) |
Merge "Revert "Combine direct_methods_ and virtual_methods_ fields of mirror::Class""
Diffstat (limited to 'compiler/compiled_method.h')
-rw-r--r-- | compiler/compiled_method.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/compiled_method.h b/compiler/compiled_method.h index 7a93613481..15a4ba0f6f 100644 --- a/compiler/compiled_method.h +++ b/compiler/compiled_method.h @@ -23,7 +23,7 @@ #include "arch/instruction_set.h" #include "base/bit_utils.h" -#include "base/length_prefixed_array.h" +#include "length_prefixed_array.h" #include "method_reference.h" #include "utils/array_ref.h" |