From 7fbc4a59ba2e60d869313d7961662430df83b2cb Mon Sep 17 00:00:00 2001 From: Andreas Gampe Date: Wed, 28 Nov 2018 08:26:47 -0800 Subject: ART: Move to using locks.h instead of mutex.h When only annotating lock requirements, use locks.h. Bug: 119869270 Test: mmma art Change-Id: I1608b03254712feff0072ebad012c3af0cc3dda4 --- runtime/gc/reference_processor.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'runtime/gc/reference_processor.h') diff --git a/runtime/gc/reference_processor.h b/runtime/gc/reference_processor.h index c6c78367b0..17b546ac5e 100644 --- a/runtime/gc/reference_processor.h +++ b/runtime/gc/reference_processor.h @@ -18,7 +18,7 @@ #define ART_RUNTIME_GC_REFERENCE_PROCESSOR_H_ #include "base/globals.h" -#include "base/mutex.h" +#include "base/locks.h" #include "jni.h" #include "reference_queue.h" -- cgit v1.2.3-59-g8ed1b