diff options
Diffstat (limited to 'runtime/utf.cc')
-rw-r--r-- | runtime/utf.cc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/runtime/utf.cc b/runtime/utf.cc index 93fcb32136..32ae187297 100644 --- a/runtime/utf.cc +++ b/runtime/utf.cc @@ -18,8 +18,7 @@ #include <android-base/logging.h> -#include "mirror/array.h" -#include "mirror/object-inl.h" +#include "base/casts.h" #include "utf-inl.h" namespace art { |