diff options
Diffstat (limited to 'patchoat')
-rw-r--r-- | patchoat/patchoat.cc | 4 | ||||
-rw-r--r-- | patchoat/patchoat.h | 4 |
2 files changed, 2 insertions, 6 deletions
diff --git a/patchoat/patchoat.cc b/patchoat/patchoat.cc index 75160ca3d5..6b6d11e96c 100644 --- a/patchoat/patchoat.cc +++ b/patchoat/patchoat.cc @@ -34,12 +34,8 @@ #include "elf_file_impl.h" #include "gc/space/image_space.h" #include "image.h" -#include "instruction_set.h" -#include "mirror/art_field.h" #include "mirror/art_field-inl.h" -#include "mirror/art_method.h" #include "mirror/art_method-inl.h" -#include "mirror/object.h" #include "mirror/object-inl.h" #include "mirror/reference.h" #include "noop_compiler_callbacks.h" diff --git a/patchoat/patchoat.h b/patchoat/patchoat.h index 0ceef6430b..5a3545bb7b 100644 --- a/patchoat/patchoat.h +++ b/patchoat/patchoat.h @@ -17,14 +17,14 @@ #ifndef ART_PATCHOAT_PATCHOAT_H_ #define ART_PATCHOAT_PATCHOAT_H_ +#include "arch/instruction_set.h" #include "base/macros.h" #include "base/mutex.h" -#include "instruction_set.h" -#include "os.h" #include "elf_file.h" #include "elf_utils.h" #include "gc/accounting/space_bitmap.h" #include "gc/heap.h" +#include "os.h" #include "utils.h" namespace art { |