summaryrefslogtreecommitdiffstats
path: root/src/constants_arm.h
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2012-12-13 09:29:36 -0800
committerElliott Hughes <enh@google.com>2012-12-13 09:29:36 -0800
commit1aa246dec5abe212f699de1413a0c4a191ca364a (patch)
treeee9f5be423f56620f211525070273afc7a19c27d /src/constants_arm.h
parent07ed66b5ae659c452cbe1ab20c3dbf1d6f546461 (diff)
downloadart-1aa246dec5abe212f699de1413a0c4a191ca364a.zip
art-1aa246dec5abe212f699de1413a0c4a191ca364a.tar.gz
art-1aa246dec5abe212f699de1413a0c4a191ca364a.tar.bz2
Move casts.h and stl_util.h into base/.
Change-Id: Idb3bfa5cec3d146e488031d91265737cde2b4cf4
Diffstat (limited to 'src/constants_arm.h')
-rw-r--r--src/constants_arm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/constants_arm.h b/src/constants_arm.h
index 022bc6e..601c572 100644
--- a/src/constants_arm.h
+++ b/src/constants_arm.h
@@ -21,8 +21,8 @@
#include <iosfwd>
+#include "base/casts.h"
#include "base/logging.h"
-#include "casts.h"
#include "globals.h"
namespace art {