From b486a98aadc95d80548953410cf23edba62259fa Mon Sep 17 00:00:00 2001 From: Andreas Gampe Date: Thu, 1 Jun 2017 13:45:54 -0700 Subject: ART: Introduce thread-current-inl.h Factor out Thread::Current() code into its own -inl file to remove transitive includes. This requires at the same time correcting mutex.h, i.e., moving some functions into mutex-inl.h. Test: m test-art-host Change-Id: I88f888b604e0897368d9b483edce6ce4332dd9c9 --- test/1337-gc-coverage/gc_coverage.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/1337-gc-coverage/gc_coverage.cc') diff --git a/test/1337-gc-coverage/gc_coverage.cc b/test/1337-gc-coverage/gc_coverage.cc index 1cb2fb0976..ac959f68e8 100644 --- a/test/1337-gc-coverage/gc_coverage.cc +++ b/test/1337-gc-coverage/gc_coverage.cc @@ -18,7 +18,7 @@ #include "jni.h" #include "runtime.h" #include "scoped_thread_state_change-inl.h" -#include "thread-inl.h" +#include "thread-current-inl.h" namespace art { namespace { -- cgit v1.2.3-59-g8ed1b