Removed Common

Change-Id: I01ea8f07220375c2ad9bc0092281d4f27c642303
diff --git a/frc971/autonomous/auto.q b/frc971/autonomous/auto.q
index 1f639b1..b72688e 100644
--- a/frc971/autonomous/auto.q
+++ b/frc971/autonomous/auto.q
@@ -1,6 +1,6 @@
 package frc971.autonomous;
 
-import "aos/common/actions/actions.q";
+import "aos/actions/actions.q";
 
 message AutoControl {
   // True if auto mode should be running, false otherwise.