summaryrefslogtreecommitdiff
path: root/runtime/interpreter/interpreter_switch_impl.h
diff options
context:
space:
mode:
author Andreas Gampe <agampe@google.com> 2018-11-28 08:26:47 -0800
committer Andreas Gampe <agampe@google.com> 2018-12-06 11:37:19 -0800
commit7fbc4a59ba2e60d869313d7961662430df83b2cb (patch)
tree59520285df8d2075412ddc566a0d4d96d4c7e109 /runtime/interpreter/interpreter_switch_impl.h
parent7cc45fd1dbcf5704e442d0443e437aa2ae3fe21b (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/interpreter/interpreter_switch_impl.h')
-rw-r--r--runtime/interpreter/interpreter_switch_impl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/interpreter/interpreter_switch_impl.h b/runtime/interpreter/interpreter_switch_impl.h
index 9fc4239d05..d4dca11c60 100644
--- a/runtime/interpreter/interpreter_switch_impl.h
+++ b/runtime/interpreter/interpreter_switch_impl.h
@@ -17,8 +17,8 @@
#ifndef ART_RUNTIME_INTERPRETER_INTERPRETER_SWITCH_IMPL_H_
#define ART_RUNTIME_INTERPRETER_INTERPRETER_SWITCH_IMPL_H_
+#include "base/locks.h"
#include "base/macros.h"
-#include "base/mutex.h"
#include "dex/dex_file.h"
#include "dex/code_item_accessors.h"
#include "jvalue.h"