Converted more stuff to bazel.
Change-Id: I18c4d5c38cc810086d00479962c1b3f16203a252
diff --git a/y2014/actors/BUILD b/y2014/actors/BUILD
index c5304a8..35c8ec9 100644
--- a/y2014/actors/BUILD
+++ b/y2014/actors/BUILD
@@ -1,6 +1,6 @@
package(default_visibility = ['//visibility:public'])
-load('aos/build/queues', 'queue_library')
+load('/aos/build/queues', 'queue_library')
filegroup(
name = 'binaries',
diff --git a/y2014/control_loops/claw/BUILD b/y2014/control_loops/claw/BUILD
index 23370cd..8c6bfef 100644
--- a/y2014/control_loops/claw/BUILD
+++ b/y2014/control_loops/claw/BUILD
@@ -1,6 +1,6 @@
package(default_visibility = ['//visibility:public'])
-load('aos/build/queues', 'queue_library')
+load('/aos/build/queues', 'queue_library')
cc_binary(
name = 'replay_claw',
diff --git a/y2014/control_loops/drivetrain/BUILD b/y2014/control_loops/drivetrain/BUILD
index d9015e3..1c70601 100644
--- a/y2014/control_loops/drivetrain/BUILD
+++ b/y2014/control_loops/drivetrain/BUILD
@@ -1,6 +1,6 @@
package(default_visibility = ['//visibility:public'])
-load('aos/build/queues', 'queue_library')
+load('/aos/build/queues', 'queue_library')
cc_binary(
name = 'replay_drivetrain',
diff --git a/y2014/control_loops/shooter/BUILD b/y2014/control_loops/shooter/BUILD
index c8605a3..dbc9c8f 100644
--- a/y2014/control_loops/shooter/BUILD
+++ b/y2014/control_loops/shooter/BUILD
@@ -1,6 +1,6 @@
package(default_visibility = ['//visibility:public'])
-load('aos/build/queues', 'queue_library')
+load('/aos/build/queues', 'queue_library')
cc_binary(
name = 'replay_shooter',
diff --git a/y2014/queues/BUILD b/y2014/queues/BUILD
index 0c04ab7..7bb8c5e 100644
--- a/y2014/queues/BUILD
+++ b/y2014/queues/BUILD
@@ -1,6 +1,6 @@
package(default_visibility = ['//visibility:public'])
-load('aos/build/queues', 'queue_library')
+load('/aos/build/queues', 'queue_library')
queue_library(
name = 'profile_params',
diff --git a/y2014/wpilib/BUILD b/y2014/wpilib/BUILD
index ac2c1cf..a80ab2d 100644
--- a/y2014/wpilib/BUILD
+++ b/y2014/wpilib/BUILD
@@ -21,7 +21,6 @@
'//aos/common/logging:queue_logging',
'//aos/common/messages:robot_state',
'//aos/common/util:phased_loop',
- '//aos/common/messages:robot_state',
'//frc971/wpilib:hall_effect',
'//frc971/wpilib:joystick_sender',
'//frc971/wpilib:loop_output_handler',