From 67bf42e89592c3a1c648f927f2ce3ccb189a1161 Mon Sep 17 00:00:00 2001 From: David Sehr Date: Mon, 26 Feb 2018 16:43:04 -0800 Subject: Header library to remove dependence on runtime/ Add a new header library to remove libdexfile and others' dependence on runtime (typically runtime/base) includes in libdexfile. Also a small step to tease dexlayout and profman away from relying on these as well. Bug: 22322814 Test: make -j 50 checkbuild make -j 50 test-art-host-gtest Change-Id: I38e2fe399a75f4bc6318c77a71954c00ea73ec2b --- compiler/driver/compiler_driver.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'compiler/driver/compiler_driver.h') diff --git a/compiler/driver/compiler_driver.h b/compiler/driver/compiler_driver.h index 2b524a347d..a3bb4ec34d 100644 --- a/compiler/driver/compiler_driver.h +++ b/compiler/driver/compiler_driver.h @@ -29,6 +29,7 @@ #include "base/array_ref.h" #include "base/bit_utils.h" #include "base/mutex.h" +#include "base/safe_map.h" #include "base/timing_logger.h" #include "class_reference.h" #include "class_status.h" @@ -39,7 +40,6 @@ #include "driver/compiled_method_storage.h" #include "method_reference.h" #include "os.h" -#include "safe_map.h" #include "thread_pool.h" #include "utils/atomic_dex_ref_map.h" #include "utils/dex_cache_arrays_layout.h" -- cgit v1.2.3-59-g8ed1b