diff options
author | 2012-12-13 09:29:36 -0800 | |
---|---|---|
committer | 2012-12-13 09:29:36 -0800 | |
commit | 1aa246dec5abe212f699de1413a0c4a191ca364a (patch) | |
tree | ee9f5be423f56620f211525070273afc7a19c27d /src/compiler_llvm/method_compiler.cc | |
parent | 07ed66b5ae659c452cbe1ab20c3dbf1d6f546461 (diff) |
Move casts.h and stl_util.h into base/.
Change-Id: Idb3bfa5cec3d146e488031d91265737cde2b4cf4
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 d9897289e7..52fb02c118 100644 --- a/src/compiler_llvm/method_compiler.cc +++ b/src/compiler_llvm/method_compiler.cc @@ -18,6 +18,7 @@ #include "backend_types.h" #include "base/logging.h" +#include "base/stl_util.h" #include "compilation_unit.h" #include "compiler.h" #include "dalvik_reg.h" @@ -28,7 +29,6 @@ #include "object_utils.h" #include "runtime_support_func.h" #include "runtime_support_llvm.h" -#include "stl_util.h" #include "stringprintf.h" #include "utils_llvm.h" #include "verifier/method_verifier.h" |