From 1aa246dec5abe212f699de1413a0c4a191ca364a Mon Sep 17 00:00:00 2001 From: Elliott Hughes Date: Thu, 13 Dec 2012 09:29:36 -0800 Subject: Move casts.h and stl_util.h into base/. Change-Id: Idb3bfa5cec3d146e488031d91265737cde2b4cf4 --- src/compiler_llvm/method_compiler.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/compiler_llvm/method_compiler.cc') 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" -- cgit v1.2.3-59-g8ed1b