diff options
Diffstat (limited to 'src/compiler_llvm/method_compiler.cc')
-rw-r--r-- | src/compiler_llvm/method_compiler.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/compiler_llvm/method_compiler.cc b/src/compiler_llvm/method_compiler.cc index 52fb02c118..ccec7e96ec 100644 --- a/src/compiler_llvm/method_compiler.cc +++ b/src/compiler_llvm/method_compiler.cc @@ -19,6 +19,7 @@ #include "backend_types.h" #include "base/logging.h" #include "base/stl_util.h" +#include "base/stringprintf.h" #include "compilation_unit.h" #include "compiler.h" #include "dalvik_reg.h" @@ -29,7 +30,6 @@ #include "object_utils.h" #include "runtime_support_func.h" #include "runtime_support_llvm.h" -#include "stringprintf.h" #include "utils_llvm.h" #include "verifier/method_verifier.h" |