From 22d5e735f403c57525fe868304c7123f0ce66399 Mon Sep 17 00:00:00 2001 From: Ian Rogers Date: Tue, 15 Jul 2014 22:23:51 -0700 Subject: Remove object_utils.h. Break into object_lock, field_helper and method_helper. Clean up header files following this. Also tidy some of the Handle code in response to compiler errors when resolving the changes in this CL. Change-Id: I73e63015a0f02a754d0866bfaf58208aebcaa295 --- runtime/entrypoints/entrypoint_utils-inl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'runtime/entrypoints/entrypoint_utils-inl.h') diff --git a/runtime/entrypoints/entrypoint_utils-inl.h b/runtime/entrypoints/entrypoint_utils-inl.h index 482ad47d5d..542e1a9e2e 100644 --- a/runtime/entrypoints/entrypoint_utils-inl.h +++ b/runtime/entrypoints/entrypoint_utils-inl.h @@ -25,12 +25,12 @@ #include "indirect_reference_table.h" #include "invoke_type.h" #include "jni_internal.h" +#include "method_helper.h" #include "mirror/art_method.h" #include "mirror/array.h" #include "mirror/class-inl.h" #include "mirror/object-inl.h" #include "mirror/throwable.h" -#include "object_utils.h" #include "handle_scope-inl.h" #include "thread.h" -- cgit v1.2.3-59-g8ed1b