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_llvm/method_compiler.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/compiler_llvm/method_compiler.cc') diff --git a/src/compiler_llvm/method_compiler.cc b/src/compiler_llvm/method_compiler.cc index ccec7e96ec..bc3fb92075 100644 --- a/src/compiler_llvm/method_compiler.cc +++ b/src/compiler_llvm/method_compiler.cc @@ -25,8 +25,8 @@ #include "dalvik_reg.h" #include "greenland/inferred_reg_category_map.h" #include "ir_builder.h" +#include "mirror/object.h" #include "oat_compilation_unit.h" -#include "object.h" #include "object_utils.h" #include "runtime_support_func.h" #include "runtime_support_llvm.h" -- cgit v1.2.3-59-g8ed1b