diff options
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 0867e566e9..9aa9791ee8 100644 --- a/src/compiler_llvm/compiler_llvm.h +++ b/src/compiler_llvm/compiler_llvm.h @@ -17,10 +17,10 @@ #ifndef ART_SRC_COMPILER_LLVM_COMPILER_LLVM_H_ #define ART_SRC_COMPILER_LLVM_COMPILER_LLVM_H_ +#include "base/macros.h" #include "compiler.h" #include "dex_file.h" #include "instruction_set.h" -#include "macros.h" #include "object.h" #include "procedure_linkage_table.h" |