diff options
author | 2018-03-19 20:06:49 +0000 | |
---|---|---|
committer | 2018-03-19 20:06:49 +0000 | |
commit | f191ae7c99e02fbb9e2bba60e7ce3e90a5e08336 (patch) | |
tree | 1b91245589e91b624efae51af1308d0447caed7c /compiler/linker/linker_patch.h | |
parent | 99ddca5a98d360853c5c4a0d402cd16453ca83b0 (diff) | |
parent | 312f3b2fd0094c028a7d243b116947a35a745806 (diff) |
Merge "Move some remaining dex utilities"
Diffstat (limited to 'compiler/linker/linker_patch.h')
-rw-r--r-- | compiler/linker/linker_patch.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/linker/linker_patch.h b/compiler/linker/linker_patch.h index 36051d2726..710d8a690a 100644 --- a/compiler/linker/linker_patch.h +++ b/compiler/linker/linker_patch.h @@ -23,7 +23,7 @@ #include <android-base/logging.h> #include "base/bit_utils.h" -#include "method_reference.h" +#include "dex/method_reference.h" namespace art { |