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 | |
| parent | 07ed66b5ae659c452cbe1ab20c3dbf1d6f546461 (diff) | |
Move casts.h and stl_util.h into base/.
Change-Id: Idb3bfa5cec3d146e488031d91265737cde2b4cf4
Diffstat (limited to 'src/compiler_llvm')
| -rw-r--r-- | src/compiler_llvm/compiler_llvm.cc | 2 | ||||
| -rw-r--r-- | src/compiler_llvm/method_compiler.cc | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/compiler_llvm/compiler_llvm.cc b/src/compiler_llvm/compiler_llvm.cc index 78434072ee..954e2f420b 100644 --- a/src/compiler_llvm/compiler_llvm.cc +++ b/src/compiler_llvm/compiler_llvm.cc @@ -16,6 +16,7 @@ #include "compiler_llvm.h" +#include "base/stl_util.h" #include "backend_options.h" #include "class_linker.h" #include "compilation_unit.h" @@ -28,7 +29,6 @@ #endif #include "oat_compilation_unit.h" #include "oat_file.h" -#include "stl_util.h" #include "stub_compiler.h" #include "utils_llvm.h" #include "verifier/method_verifier.h" 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" |