diff options
Diffstat (limited to 'compiler/llvm/compiler_llvm.h')
-rw-r--r-- | compiler/llvm/compiler_llvm.h | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/compiler/llvm/compiler_llvm.h b/compiler/llvm/compiler_llvm.h index c2211fb92c..cc74deb7be 100644 --- a/compiler/llvm/compiler_llvm.h +++ b/compiler/llvm/compiler_llvm.h @@ -17,18 +17,17 @@ #ifndef ART_COMPILER_LLVM_COMPILER_LLVM_H_ #define ART_COMPILER_LLVM_COMPILER_LLVM_H_ +#include <memory> +#include <string> +#include <utility> +#include <vector> + #include "base/macros.h" #include "dex_file.h" #include "driver/compiler_driver.h" #include "instruction_set.h" #include "mirror/object.h" -#include <UniquePtr.h> - -#include <string> -#include <utility> -#include <vector> - namespace art { class CompiledMethod; class CompilerDriver; |