commit | 1aa246dec5abe212f699de1413a0c4a191ca364a | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Thu Dec 13 09:29:36 2012 -0800 |
committer | Elliott Hughes <enh@google.com> | Thu Dec 13 09:29:36 2012 -0800 |
tree | ee9f5be423f56620f211525070273afc7a19c27d | |
parent | 07ed66b5ae659c452cbe1ab20c3dbf1d6f546461 [diff] |
Move casts.h and stl_util.h into base/. Change-Id: Idb3bfa5cec3d146e488031d91265737cde2b4cf4
diff --git a/src/oat/utils/x86/assembler_x86.cc b/src/oat/utils/x86/assembler_x86.cc index 010318b..fd8f152 100644 --- a/src/oat/utils/x86/assembler_x86.cc +++ b/src/oat/utils/x86/assembler_x86.cc
@@ -16,7 +16,7 @@ #include "assembler_x86.h" -#include "casts.h" +#include "base/casts.h" #include "memory_region.h" #include "oat/runtime/oat_support_entrypoints.h" #include "thread.h"