diff options
author | Elliott Hughes <enh@google.com> | 2012-03-30 14:51:51 -0700 |
---|---|---|
committer | Elliott Hughes <enh@google.com> | 2012-03-30 14:51:51 -0700 |
commit | 0f3c55331439970e01af67f80ac117c473bc04cf (patch) | |
tree | cfa28ad2a58af1ffddb0a2ce90443ad4606743c3 /src/compiler_llvm/compiler_llvm.h | |
parent | 273cf36d199cf73de3cf61a559ad27c9d23f9825 (diff) | |
download | art-0f3c55331439970e01af67f80ac117c473bc04cf.zip art-0f3c55331439970e01af67f80ac117c473bc04cf.tar.gz art-0f3c55331439970e01af67f80ac117c473bc04cf.tar.bz2 |
Kill constants.h and fix some copyright headers.
Change-Id: I51c04d731d6de035328781d8ac134ad6fcf49897
Diffstat (limited to 'src/compiler_llvm/compiler_llvm.h')
-rw-r--r-- | src/compiler_llvm/compiler_llvm.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/compiler_llvm/compiler_llvm.h b/src/compiler_llvm/compiler_llvm.h index 2c37ac0..b9f8d00 100644 --- a/src/compiler_llvm/compiler_llvm.h +++ b/src/compiler_llvm/compiler_llvm.h @@ -18,9 +18,9 @@ #define ART_SRC_COMPILER_LLVM_COMPILER_LLVM_H_ #include "compiler.h" -#include "constants.h" #include "dex_file.h" #include "elf_image.h" +#include "instruction_set.h" #include "macros.h" #include "object.h" |