diff options
author | 2024-01-17 15:54:51 +0000 | |
---|---|---|
committer | 2024-01-19 18:01:00 +0000 | |
commit | 06d94bd3ac251c3e8656a71cbe1c504e2a5f3830 (patch) | |
tree | a0863c576f8abb283299219d0873a59e0c888d88 /compiler/optimizing/stack_map_stream.h | |
parent | 9f8df195b7ff2ce47eec4e9b193ff3214ebed19c (diff) |
Move files related to compiled code into oat/ directory
Test: art/test.py -b --host
Change-Id: Icedd3a82c6bca5147c3bc9dc50de5a729003d66f
Diffstat (limited to 'compiler/optimizing/stack_map_stream.h')
-rw-r--r-- | compiler/optimizing/stack_map_stream.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/optimizing/stack_map_stream.h b/compiler/optimizing/stack_map_stream.h index f027850ce6..8c7b1c01a7 100644 --- a/compiler/optimizing/stack_map_stream.h +++ b/compiler/optimizing/stack_map_stream.h @@ -27,7 +27,7 @@ #include "base/value_object.h" #include "dex_register_location.h" #include "nodes.h" -#include "stack_map.h" +#include "oat/stack_map.h" namespace art HIDDEN { |