diff options
author | 2013-01-24 12:42:14 -0800 | |
---|---|---|
committer | 2013-01-30 16:48:31 -0800 | |
commit | 2dd0e2cea360bc9206eb88ecc40d259e796c239d (patch) | |
tree | 9d619dc9508cbe73e4793bf6f08cbc761abfb48a /src/compiler/compiler_internals.h | |
parent | ac21b797b3a425975d656d6b84a7b24401d35f42 (diff) |
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
Diffstat (limited to 'src/compiler/compiler_internals.h')
-rw-r--r-- | src/compiler/compiler_internals.h | 3 |
1 files changed, 1 insertions, 2 deletions
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" |