summaryrefslogtreecommitdiff
path: root/runtime/base/mutex_test.cc
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/base/mutex_test.cc')
-rw-r--r--runtime/base/mutex_test.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime/base/mutex_test.cc b/runtime/base/mutex_test.cc
index 340550f02e..752e77a7c0 100644
--- a/runtime/base/mutex_test.cc
+++ b/runtime/base/mutex_test.cc
@@ -14,10 +14,10 @@
* limitations under the License.
*/
-#include "mutex.h"
+#include "mutex-inl.h"
#include "common_runtime_test.h"
-#include "thread-inl.h"
+#include "thread-current-inl.h"
namespace art {