diff options
Diffstat (limited to 'runtime/runtime_image.cc')
-rw-r--r-- | runtime/runtime_image.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime/runtime_image.cc b/runtime/runtime_image.cc index 73bb9560fc..cae4ef8015 100644 --- a/runtime/runtime_image.cc +++ b/runtime/runtime_image.cc @@ -38,7 +38,6 @@ #include "class_root-inl.h" #include "dex/class_accessor-inl.h" #include "gc/space/image_space.h" -#include "image.h" #include "mirror/object-inl.h" #include "mirror/object-refvisitor-inl.h" #include "mirror/object_array-alloc-inl.h" @@ -46,7 +45,8 @@ #include "mirror/object_array.h" #include "mirror/string-inl.h" #include "nterp_helpers.h" -#include "oat.h" +#include "oat/image.h" +#include "oat/oat.h" #include "profile/profile_compilation_info.h" #include "scoped_thread_state_change-inl.h" #include "vdex_file.h" |