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.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/compiler.cc') diff --git a/src/compiler.cc b/src/compiler.cc index 522b8c844f..b125fdf68c 100644 --- a/src/compiler.cc +++ b/src/compiler.cc @@ -21,6 +21,7 @@ #include #include +#include "base/stl_util.h" #include "class_linker.h" #include "class_loader.h" #include "dex_cache.h" @@ -33,7 +34,6 @@ #include "gc/space.h" #include "scoped_thread_state_change.h" #include "ScopedLocalRef.h" -#include "stl_util.h" #include "thread.h" #include "thread_pool.h" #include "timing_logger.h" -- cgit v1.2.3-59-g8ed1b