diff options
Diffstat (limited to 'dex2oat/dex2oat.cc')
-rw-r--r-- | dex2oat/dex2oat.cc | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/dex2oat/dex2oat.cc b/dex2oat/dex2oat.cc index 774a108679..c76929c030 100644 --- a/dex2oat/dex2oat.cc +++ b/dex2oat/dex2oat.cc @@ -45,7 +45,6 @@ #include "android-base/stringprintf.h" #include "android-base/strings.h" #include "android-base/unique_fd.h" -#include "aot_class_linker.h" #include "arch/instruction_set_features.h" #include "art_method-inl.h" #include "base/callee_save_type.h" @@ -83,7 +82,6 @@ #include "driver/compiler_driver.h" #include "driver/compiler_options.h" #include "driver/compiler_options_map-inl.h" -#include "elf_file.h" #include "gc/space/image_space.h" #include "gc/space/space-inl.h" #include "gc/verification.h" @@ -98,9 +96,11 @@ #include "mirror/class_loader.h" #include "mirror/object-inl.h" #include "mirror/object_array-inl.h" -#include "oat.h" -#include "oat_file.h" -#include "oat_file_assistant.h" +#include "oat/aot_class_linker.h" +#include "oat/elf_file.h" +#include "oat/oat.h" +#include "oat/oat_file.h" +#include "oat/oat_file_assistant.h" #include "palette/palette.h" #include "profile/profile_compilation_info.h" #include "runtime.h" |