From 7e70b002c4552347ed1af8c002a0e13f08864f20 Mon Sep 17 00:00:00 2001 From: Ian Rogers Date: Wed, 8 Oct 2014 11:47:24 -0700 Subject: Header file clean up. Remove runtime.h from object.h. Move TypeStaticIf to its own header file to avoid bringing utils.h into allocator.h. Move Array::DataOffset into -inl.h as it now has a utils.h dependency. Fix include issues arising from this. Change-Id: I4605b1aa4ff5f8dc15706a0132e15df03c7c8ba0 --- runtime/mirror/object_array-inl.h | 1 + 1 file changed, 1 insertion(+) (limited to 'runtime/mirror/object_array-inl.h') diff --git a/runtime/mirror/object_array-inl.h b/runtime/mirror/object_array-inl.h index 0ca44f8a3e..fbc4f4a675 100644 --- a/runtime/mirror/object_array-inl.h +++ b/runtime/mirror/object_array-inl.h @@ -19,6 +19,7 @@ #include "object_array.h" +#include "array-inl.h" #include "base/stringprintf.h" #include "gc/heap.h" #include "mirror/art_field.h" -- cgit v1.2.3-59-g8ed1b