diff options
Diffstat (limited to 'runtime/interpreter/interpreter_mterp_impl.h')
-rw-r--r-- | runtime/interpreter/interpreter_mterp_impl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/interpreter/interpreter_mterp_impl.h b/runtime/interpreter/interpreter_mterp_impl.h index d8a764f855..177b0fd360 100644 --- a/runtime/interpreter/interpreter_mterp_impl.h +++ b/runtime/interpreter/interpreter_mterp_impl.h @@ -17,8 +17,8 @@ #ifndef ART_RUNTIME_INTERPRETER_INTERPRETER_MTERP_IMPL_H_ #define ART_RUNTIME_INTERPRETER_INTERPRETER_MTERP_IMPL_H_ +#include "base/locks.h" #include "base/macros.h" -#include "base/mutex.h" #include "dex/dex_file.h" #include "jvalue.h" #include "obj_ptr.h" |