diff options
author | 2012-03-30 14:51:51 -0700 | |
---|---|---|
committer | 2012-03-30 14:51:51 -0700 | |
commit | 0f3c55331439970e01af67f80ac117c473bc04cf (patch) | |
tree | cfa28ad2a58af1ffddb0a2ce90443ad4606743c3 /src/compiler_llvm/method_compiler.h | |
parent | 273cf36d199cf73de3cf61a559ad27c9d23f9825 (diff) |
Kill constants.h and fix some copyright headers.
Change-Id: I51c04d731d6de035328781d8ac134ad6fcf49897
Diffstat (limited to 'src/compiler_llvm/method_compiler.h')
-rw-r--r-- | src/compiler_llvm/method_compiler.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/compiler_llvm/method_compiler.h b/src/compiler_llvm/method_compiler.h index 782b9340ef..31274474ef 100644 --- a/src/compiler_llvm/method_compiler.h +++ b/src/compiler_llvm/method_compiler.h @@ -18,10 +18,10 @@ #define ART_SRC_COMPILER_LLVM_METHOD_COMPILER_H_ #include "backend_types.h" -#include "constants.h" #include "dalvik_reg.h" #include "dex_file.h" #include "dex_instruction.h" +#include "invoke_type.h" #include "object_utils.h" #include <llvm/Support/IRBuilder.h> |