diff options
author | 2018-03-19 20:06:49 +0000 | |
---|---|---|
committer | 2018-03-19 20:06:49 +0000 | |
commit | f191ae7c99e02fbb9e2bba60e7ce3e90a5e08336 (patch) | |
tree | 1b91245589e91b624efae51af1308d0447caed7c /runtime/runtime_callbacks_test.cc | |
parent | 99ddca5a98d360853c5c4a0d402cd16453ca83b0 (diff) | |
parent | 312f3b2fd0094c028a7d243b116947a35a745806 (diff) |
Merge "Move some remaining dex utilities"
Diffstat (limited to 'runtime/runtime_callbacks_test.cc')
-rw-r--r-- | runtime/runtime_callbacks_test.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/runtime_callbacks_test.cc b/runtime/runtime_callbacks_test.cc index 0b69851a55..5603526177 100644 --- a/runtime/runtime_callbacks_test.cc +++ b/runtime/runtime_callbacks_test.cc @@ -30,8 +30,8 @@ #include "art_method-inl.h" #include "base/mutex.h" #include "class_linker.h" -#include "class_reference.h" #include "common_runtime_test.h" +#include "dex/class_reference.h" #include "handle.h" #include "handle_scope-inl.h" #include "mem_map.h" |