summaryrefslogtreecommitdiff
path: root/src/compiler.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.cc
parent07ed66b5ae659c452cbe1ab20c3dbf1d6f546461 (diff)
Move casts.h and stl_util.h into base/.
Change-Id: Idb3bfa5cec3d146e488031d91265737cde2b4cf4
Diffstat (limited to 'src/compiler.cc')
-rw-r--r--src/compiler.cc2
1 files changed, 1 insertions, 1 deletions
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 <dlfcn.h>
#include <unistd.h>
+#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"