diff options
author | 2012-12-13 14:41:43 -0800 | |
---|---|---|
committer | 2012-12-13 15:24:45 -0800 | |
commit | e222ee0b794f941af4fb1b32fb8224e32942ea7b (patch) | |
tree | 0b9f5fe6398663c9d871881cf7de28eca8bdfc6f /src/compiler_llvm/method_compiler.cc | |
parent | 1aa246dec5abe212f699de1413a0c4a191ca364a (diff) |
Move stringpiece.h and stringprintf.h to base/.
Change-Id: I7f71b4a12f99c5f81771146c66629ae5a947b229
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" |