diff options
author | Ian Rogers <irogers@google.com> | 2013-09-23 09:23:37 -0700 |
---|---|---|
committer | Ian Rogers <irogers@google.com> | 2013-09-23 09:25:56 -0700 |
commit | a67249065e4c9b3cf4a7c081d95a78df28291ee9 (patch) | |
tree | 8f5b84b886362e9f3bb2e9be6b24c2b61a02f907 /runtime/utils.cc | |
parent | 450dcb56ecbf6f729401e753f0a27e4170177ddd (diff) | |
download | art-a67249065e4c9b3cf4a7c081d95a78df28291ee9.zip art-a67249065e4c9b3cf4a7c081d95a78df28291ee9.tar.gz art-a67249065e4c9b3cf4a7c081d95a78df28291ee9.tar.bz2 |
Move hot utf routines into -inl.h.
Change-Id: I7050d8282a7e5870b2bf671d6867c57625e00ccc
Diffstat (limited to 'runtime/utils.cc')
-rw-r--r-- | runtime/utils.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/utils.cc b/runtime/utils.cc index dcfe8a7..28ee58c 100644 --- a/runtime/utils.cc +++ b/runtime/utils.cc @@ -34,7 +34,7 @@ #include "mirror/string.h" #include "object_utils.h" #include "os.h" -#include "utf.h" +#include "utf-inl.h" #if !defined(HAVE_POSIX_CLOCKS) #include <sys/time.h> |