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/class_loader_utils.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'runtime/class_loader_utils.h') diff --git a/runtime/class_loader_utils.h b/runtime/class_loader_utils.h index 945d659396..69476dfb98 100644 --- a/runtime/class_loader_utils.h +++ b/runtime/class_loader_utils.h @@ -18,7 +18,7 @@ #define ART_RUNTIME_CLASS_LOADER_UTILS_H_ #include "art_field-inl.h" -#include "base/mutex.h" +#include "base/locks.h" #include "handle_scope.h" #include "jni/jni_internal.h" #include "mirror/class_loader.h" -- cgit v1.2.3-59-g8ed1b