diff options
author | 2018-11-28 08:26:47 -0800 | |
---|---|---|
committer | 2018-12-06 11:37:19 -0800 | |
commit | 7fbc4a59ba2e60d869313d7961662430df83b2cb (patch) | |
tree | 59520285df8d2075412ddc566a0d4d96d4c7e109 /runtime/common_dex_operations.h | |
parent | 7cc45fd1dbcf5704e442d0443e437aa2ae3fe21b (diff) |
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
Diffstat (limited to 'runtime/common_dex_operations.h')
-rw-r--r-- | runtime/common_dex_operations.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/common_dex_operations.h b/runtime/common_dex_operations.h index 15ab5f0387..5c5431d5d9 100644 --- a/runtime/common_dex_operations.h +++ b/runtime/common_dex_operations.h @@ -20,8 +20,8 @@ #include "android-base/logging.h" #include "art_field.h" #include "art_method.h" +#include "base/locks.h" #include "base/macros.h" -#include "base/mutex.h" #include "class_linker.h" #include "dex/code_item_accessors.h" #include "dex/primitive.h" |