summaryrefslogtreecommitdiffstats
path: root/runtime/intern_table_test.cc
diff options
context:
space:
mode:
authorDavid Sehr <sehr@google.com>2018-01-30 18:48:51 +0000
committerDavid Sehr <sehr@google.com>2018-01-30 18:48:51 +0000
commit787784f9effb126b5d0d3dc97d544c4a477b5daf (patch)
tree1ff6d9fd284a4dd2a337165dff20e71137997c9d /runtime/intern_table_test.cc
parentb40b7e73469339a6b667b4a2e2b8690112a74dc9 (diff)
downloadart-787784f9effb126b5d0d3dc97d544c4a477b5daf.tar.gz
art-787784f9effb126b5d0d3dc97d544c4a477b5daf.tar.bz2
art-787784f9effb126b5d0d3dc97d544c4a477b5daf.zip
Revert "Make libdexfile build independent of runtime dir"
This reverts commit b40b7e73469339a6b667b4a2e2b8690112a74dc9. Reason for revert: on device libdexfile.so missing Change-Id: I9bd61a98bef870400580e8c991cb061d3f57fa72
Diffstat (limited to 'runtime/intern_table_test.cc')
-rw-r--r--runtime/intern_table_test.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/intern_table_test.cc b/runtime/intern_table_test.cc
index b56c48d78c..9c3ea8d864 100644
--- a/runtime/intern_table_test.cc
+++ b/runtime/intern_table_test.cc
@@ -18,12 +18,12 @@
#include "base/hash_set.h"
#include "common_runtime_test.h"
-#include "dex/utf.h"
#include "gc_root-inl.h"
#include "handle_scope-inl.h"
#include "mirror/object.h"
#include "mirror/string.h"
#include "scoped_thread_state_change-inl.h"
+#include "utf.h"
namespace art {