From 3481ba2c4e4f3aa80d8c6d50a9f85dacb56b508b Mon Sep 17 00:00:00 2001 From: Vladimir Marko Date: Mon, 13 Apr 2015 12:22:36 +0100 Subject: ART: Clean up includes. Reduce dependencies to improve incremental build times. Break up circular dependency involving class_linker-inl.h. Change-Id: I4be742c5c2b5cd9855beea86630fd68aab76b0db --- runtime/gc/heap_test.cc | 1 + 1 file changed, 1 insertion(+) (limited to 'runtime/gc/heap_test.cc') diff --git a/runtime/gc/heap_test.cc b/runtime/gc/heap_test.cc index 14d78d8710..a3cefd9b7f 100644 --- a/runtime/gc/heap_test.cc +++ b/runtime/gc/heap_test.cc @@ -14,6 +14,7 @@ * limitations under the License. */ +#include "class_linker-inl.h" #include "common_runtime_test.h" #include "gc/accounting/card_table-inl.h" #include "gc/accounting/space_bitmap-inl.h" -- cgit v1.2.3-59-g8ed1b