summaryrefslogtreecommitdiff
path: root/compiler/compiled_method.h
diff options
context:
space:
mode:
author Alex Light <allight@google.com> 2015-12-15 22:15:26 +0000
committer Alex Light <allight@google.com> 2015-12-15 22:15:26 +0000
commitae358c1d5cef227b44d6f4971b79e1ab91aa26eb (patch)
tree95c22194af5ea38a4fa5fc8bbe07ba60b6d0a021 /compiler/compiled_method.h
parent6286a97bea0f584342803a215550038852b24776 (diff)
Revert "Combine direct_methods_ and virtual_methods_ fields of mirror::Class"
This reverts commit 6286a97bea0f584342803a215550038852b24776. Change-Id: I5b00f6d1350e9c587acd4b185367dc815ea707de
Diffstat (limited to 'compiler/compiled_method.h')
-rw-r--r--compiler/compiled_method.h2
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"