diff options
author | 2018-03-19 20:06:49 +0000 | |
---|---|---|
committer | 2018-03-19 20:06:49 +0000 | |
commit | f191ae7c99e02fbb9e2bba60e7ce3e90a5e08336 (patch) | |
tree | 1b91245589e91b624efae51af1308d0447caed7c /runtime/compiler_callbacks.h | |
parent | 99ddca5a98d360853c5c4a0d402cd16453ca83b0 (diff) | |
parent | 312f3b2fd0094c028a7d243b116947a35a745806 (diff) |
Merge "Move some remaining dex utilities"
Diffstat (limited to 'runtime/compiler_callbacks.h')
-rw-r--r-- | runtime/compiler_callbacks.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/compiler_callbacks.h b/runtime/compiler_callbacks.h index 8395966404..6855dcdb2b 100644 --- a/runtime/compiler_callbacks.h +++ b/runtime/compiler_callbacks.h @@ -18,7 +18,7 @@ #define ART_RUNTIME_COMPILER_CALLBACKS_H_ #include "base/mutex.h" -#include "class_reference.h" +#include "dex/class_reference.h" #include "class_status.h" namespace art { |