diff options
author | 2025-02-18 11:03:49 +0000 | |
---|---|---|
committer | 2025-02-19 00:05:21 -0800 | |
commit | 0921300b49063fbf49cc8af18a9b1aaff28a3f2e (patch) | |
tree | af06f932e6eb738d2564666b484cf94102cf9f82 /compiler/common_compiler_test.cc | |
parent | ea5184ac8ea127a6fb40df43d28262ef9f20cfb2 (diff) |
Move some utils from `compiler/` to `dex2oat/`.
Test: m test-art-host-gtest
Test: testrunner.py --host --optimizing
Change-Id: If1cd12c358e22e678e425e2a1350cecf0a90a8bd
Diffstat (limited to 'compiler/common_compiler_test.cc')
-rw-r--r-- | compiler/common_compiler_test.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler/common_compiler_test.cc b/compiler/common_compiler_test.cc index 26800637fa..e54c85f747 100644 --- a/compiler/common_compiler_test.cc +++ b/compiler/common_compiler_test.cc @@ -41,7 +41,6 @@ #include "oat/oat_quick_method_header.h" #include "scoped_thread_state_change-inl.h" #include "thread-current-inl.h" -#include "utils/atomic_dex_ref_map-inl.h" namespace art HIDDEN { |