From 0921300b49063fbf49cc8af18a9b1aaff28a3f2e Mon Sep 17 00:00:00 2001 From: Vladimir Marko Date: Tue, 18 Feb 2025 11:03:49 +0000 Subject: Move some utils from `compiler/` to `dex2oat/`. Test: m test-art-host-gtest Test: testrunner.py --host --optimizing Change-Id: If1cd12c358e22e678e425e2a1350cecf0a90a8bd --- compiler/common_compiler_test.cc | 1 - 1 file changed, 1 deletion(-) (limited to 'compiler/common_compiler_test.cc') 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 { -- cgit v1.2.3-59-g8ed1b