Remove easy uses of //aos/mutex
I was hoping to get rid of it completely as one of the nontrivial users
of AOS_LOG, but need to write a compatible condition variable first.
Change-Id: I86c1c4084882bf789baabd0255e115d821154830
diff --git a/y2018/BUILD b/y2018/BUILD
index 94fd844..cf3951e 100644
--- a/y2018/BUILD
+++ b/y2018/BUILD
@@ -52,8 +52,8 @@
visibility = ["//visibility:public"],
deps = [
"//aos/logging",
- "//aos/mutex",
"//aos/network:team_number",
+ "//aos/stl_mutex",
"//frc971:constants",
"//frc971/shooter_interpolation:interpolation",
"//y2018/control_loops/drivetrain:polydrivetrain_plants",