From 2dd0e2cea360bc9206eb88ecc40d259e796c239d Mon Sep 17 00:00:00 2001 From: Ian Rogers Date: Thu, 24 Jan 2013 12:42:14 -0800 Subject: Directory restructuring of object.h Break object.h into constituent files. Reduce number of #includes in other GC header files. Introduce -inl.h files to avoid mirror files #include-ing each other. Check invariants of verifier RegTypes for all constructors. Change-Id: Iecf1171c02910ac152d52947330ef456df4043bc --- src/compiler/compiler_internals.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/compiler/compiler_internals.h') diff --git a/src/compiler/compiler_internals.h b/src/compiler/compiler_internals.h index 1379a3b0a7..746999d43c 100644 --- a/src/compiler/compiler_internals.h +++ b/src/compiler/compiler_internals.h @@ -28,11 +28,10 @@ #include "compiler.h" #include "compiler_ir.h" #include "compiler_utility.h" -#include "dex_cache.h" #include "frontend.h" #include "gc/card_table.h" +#include "mirror/dex_cache.h" #include "monitor.h" -#include "object.h" #include "ralloc.h" #include "thread.h" #include "utils.h" -- cgit v1.2.3-59-g8ed1b