commit | 7fbc4a59ba2e60d869313d7961662430df83b2cb | [log] [tgz] |
---|---|---|
author | Andreas Gampe <agampe@google.com> | Wed Nov 28 08:26:47 2018 -0800 |
committer | Andreas Gampe <agampe@google.com> | Thu Dec 06 11:37:19 2018 -0800 |
tree | 59520285df8d2075412ddc566a0d4d96d4c7e109 | |
parent | 7cc45fd1dbcf5704e442d0443e437aa2ae3fe21b [diff] [blame] |
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
diff --git a/runtime/imtable.h b/runtime/imtable.h index 3c52fb8..48a8643 100644 --- a/runtime/imtable.h +++ b/runtime/imtable.h
@@ -23,8 +23,8 @@ #include "base/casts.h" #include "base/enums.h" +#include "base/locks.h" #include "base/macros.h" -#include "base/mutex.h" namespace art {