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/stack.h b/runtime/stack.h index 9d30115..0edf4f5 100644 --- a/runtime/stack.h +++ b/runtime/stack.h
@@ -20,8 +20,8 @@ #include <stdint.h> #include <string> +#include "base/locks.h" #include "base/macros.h" -#include "base/mutex.h" #include "quick/quick_method_frame_info.h" #include "stack_map.h"