diff options
Diffstat (limited to 'runtime/interpreter/interpreter_switch_impl.h')
-rw-r--r-- | runtime/interpreter/interpreter_switch_impl.h | 2 |
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" |