summaryrefslogtreecommitdiff
path: root/src/compiler_llvm/compiler_llvm.cc
diff options
context:
space:
mode:
author Elliott Hughes <enh@google.com> 2012-12-13 09:29:36 -0800
committer Elliott Hughes <enh@google.com> 2012-12-13 09:29:36 -0800
commit1aa246dec5abe212f699de1413a0c4a191ca364a (patch)
treeee9f5be423f56620f211525070273afc7a19c27d /src/compiler_llvm/compiler_llvm.cc
parent07ed66b5ae659c452cbe1ab20c3dbf1d6f546461 (diff)
Move casts.h and stl_util.h into base/.
Change-Id: Idb3bfa5cec3d146e488031d91265737cde2b4cf4
Diffstat (limited to 'src/compiler_llvm/compiler_llvm.cc')
-rw-r--r--src/compiler_llvm/compiler_llvm.cc2
1 files changed, 1 insertions, 1 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"