From d482e73fe26cb9161511a80e3db39e08b9808ab6 Mon Sep 17 00:00:00 2001 From: Andreas Gampe Date: Mon, 24 Apr 2017 17:59:09 -0700 Subject: ART: More header cleanup - runtime.h Remove unnecessary runtime.h includes. Refactor other headers (move to forward declarations) to make this possible. Test: mmma art Change-Id: I297f0ad444ba92169edd16d8c7cbe95bb6dbb800 --- runtime/mirror/class_loader.h | 1 + 1 file changed, 1 insertion(+) (limited to 'runtime/mirror/class_loader.h') diff --git a/runtime/mirror/class_loader.h b/runtime/mirror/class_loader.h index a62a460d81..6e1f44bb46 100644 --- a/runtime/mirror/class_loader.h +++ b/runtime/mirror/class_loader.h @@ -23,6 +23,7 @@ namespace art { struct ClassLoaderOffsets; class ClassTable; +class LinearAlloc; namespace mirror { -- cgit v1.2.3-59-g8ed1b