diff options
| author | 2016-01-27 01:53:45 +0000 | |
|---|---|---|
| committer | 2016-01-27 01:53:45 +0000 | |
| commit | 902838d865eaed9fa4df6414c706e5f6787d02ea (patch) | |
| tree | 878e825ac470afd98ad0efcc008fade00fc7596e /patchoat/patchoat.cc | |
| parent | eacffa6f85e7877719dacde933e7dccc927ba600 (diff) | |
| parent | 4a26f17b055cadc949c3e9fdfa637fe5656339d9 (diff) | |
Merge "Remove GetImageRoots read barrier for image relocation"
Diffstat (limited to 'patchoat/patchoat.cc')
| -rw-r--r-- | patchoat/patchoat.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/patchoat/patchoat.cc b/patchoat/patchoat.cc index 7e4ce917db..1668dc5f25 100644 --- a/patchoat/patchoat.cc +++ b/patchoat/patchoat.cc @@ -35,7 +35,7 @@ #include "elf_file.h" #include "elf_file_impl.h" #include "gc/space/image_space.h" -#include "image.h" +#include "image-inl.h" #include "mirror/abstract_method.h" #include "mirror/object-inl.h" #include "mirror/method.h" |