summaryrefslogtreecommitdiff
path: root/oatdump/oatdump.cc
diff options
context:
space:
mode:
author Dmitrii Ishcheikin <ishcheikin@google.com> 2024-01-17 15:54:51 +0000
committer Dmitrii Ishcheikin <ishcheikin@google.com> 2024-01-19 18:01:00 +0000
commit06d94bd3ac251c3e8656a71cbe1c504e2a5f3830 (patch)
treea0863c576f8abb283299219d0873a59e0c888d88 /oatdump/oatdump.cc
parent9f8df195b7ff2ce47eec4e9b193ff3214ebed19c (diff)
Move files related to compiled code into oat/ directory
Test: art/test.py -b --host Change-Id: Icedd3a82c6bca5147c3bc9dc50de5a729003d66f
Diffstat (limited to 'oatdump/oatdump.cc')
-rw-r--r--oatdump/oatdump.cc16
1 files changed, 8 insertions, 8 deletions
diff --git a/oatdump/oatdump.cc b/oatdump/oatdump.cc
index aedeeb2fe2..69dc23ae3d 100644
--- a/oatdump/oatdump.cc
+++ b/oatdump/oatdump.cc
@@ -72,23 +72,23 @@
#include "gc/space/image_space.h"
#include "gc/space/large_object_space.h"
#include "gc/space/space-inl.h"
-#include "image-inl.h"
#include "imtable-inl.h"
-#include "index_bss_mapping.h"
#include "interpreter/unstarted_runtime.h"
#include "mirror/array-inl.h"
#include "mirror/class-inl.h"
#include "mirror/dex_cache-inl.h"
#include "mirror/object-inl.h"
#include "mirror/object_array-inl.h"
-#include "oat.h"
-#include "oat_file-inl.h"
-#include "oat_file_assistant.h"
-#include "oat_file_assistant_context.h"
-#include "oat_file_manager.h"
+#include "oat/image-inl.h"
+#include "oat/index_bss_mapping.h"
+#include "oat/oat.h"
+#include "oat/oat_file-inl.h"
+#include "oat/oat_file_assistant.h"
+#include "oat/oat_file_assistant_context.h"
+#include "oat/oat_file_manager.h"
+#include "oat/stack_map.h"
#include "scoped_thread_state_change-inl.h"
#include "stack.h"
-#include "stack_map.h"
#include "stream/buffered_output_stream.h"
#include "stream/file_output_stream.h"
#include "subtype_check.h"