diff options
Diffstat (limited to 'runtime/class_linker.cc')
-rw-r--r-- | runtime/class_linker.cc | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/runtime/class_linker.cc b/runtime/class_linker.cc index 8639291fe9..0e8bfb0223 100644 --- a/runtime/class_linker.cc +++ b/runtime/class_linker.cc @@ -90,7 +90,6 @@ #include "gc_root-inl.h" #include "handle_scope-inl.h" #include "hidden_api.h" -#include "image-inl.h" #include "imt_conflict_table.h" #include "imtable-inl.h" #include "intern_table-inl.h" @@ -137,11 +136,12 @@ #include "nativehelper/scoped_local_ref.h" #include "nterp_helpers-inl.h" #include "nterp_helpers.h" -#include "oat.h" -#include "oat_file-inl.h" -#include "oat_file.h" -#include "oat_file_assistant.h" -#include "oat_file_manager.h" +#include "oat/image-inl.h" +#include "oat/oat.h" +#include "oat/oat_file-inl.h" +#include "oat/oat_file.h" +#include "oat/oat_file_assistant.h" +#include "oat/oat_file_manager.h" #include "object_lock.h" #include "profile/profile_compilation_info.h" #include "runtime.h" |