diff options
| author | 2015-12-15 22:15:34 +0000 | |
|---|---|---|
| committer | 2015-12-15 22:15:34 +0000 | |
| commit | 2efb0aa57da168944f99a2d13aed2a426cfa76e7 (patch) | |
| tree | 5ca742f9a2a89f9c3c588f6f1863ab55bbdb5c5c /compiler/compiled_method.h | |
| parent | 9539150b85142c18e9e8c2264b5b6100942667c3 (diff) | |
Revert "Combine direct_methods_ and virtual_methods_ fields of mirror::Class"
This reverts commit 9539150b85142c18e9e8c2264b5b6100942667c3.
Change-Id: I596876cd643ec0ad524a56621efb6b89e8886230
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" |