summaryrefslogtreecommitdiff
path: root/compiler/compiled_method.h
diff options
context:
space:
mode:
author Alex Light <allight@google.com> 2015-12-17 18:33:57 +0000
committer Gerrit Code Review <noreply-gerritcodereview@google.com> 2015-12-17 18:33:57 +0000
commitec178ee58447ba23e5954eb824265e9b30f95009 (patch)
treea53ddba8fcc76291687b4ef26bf8892427c4b729 /compiler/compiled_method.h
parent14c4e90f67e71430dade7d4f20920e6352be386e (diff)
parente64300b8488716056775ecbfa2915dd1b4ce7e08 (diff)
Merge "Revert "Revert "Combine direct_methods_ and virtual_methods_ fields of mirror::Class"""
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 15a4ba0f6f..7a93613481 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 "length_prefixed_array.h"
+#include "base/length_prefixed_array.h"
#include "method_reference.h"
#include "utils/array_ref.h"