Removed linux_code

Change-Id: I7327828d2c9efdf03172d1b90f49d5c51fbba86e
diff --git a/y2014/control_loops/shooter/BUILD b/y2014/control_loops/shooter/BUILD
index c7e9ccc..810d239 100644
--- a/y2014/control_loops/shooter/BUILD
+++ b/y2014/control_loops/shooter/BUILD
@@ -10,7 +10,7 @@
   deps = [
     ':shooter_queue',
     '//aos/controls:replay_control_loop',
-    '//aos/linux_code:init',
+    '//aos:init',
   ],
 )
 
@@ -85,7 +85,7 @@
     'shooter_main.cc',
   ],
   deps = [
-    '//aos/linux_code:init',
+    '//aos:init',
     ':shooter_lib',
   ],
 )
diff --git a/y2014/control_loops/shooter/replay_shooter.cc b/y2014/control_loops/shooter/replay_shooter.cc
index 2f42875..e86cedc 100644
--- a/y2014/control_loops/shooter/replay_shooter.cc
+++ b/y2014/control_loops/shooter/replay_shooter.cc
@@ -1,5 +1,5 @@
 #include "aos/controls/replay_control_loop.h"
-#include "aos/linux_code/init.h"
+#include "aos/init.h"
 
 #include "y2014/control_loops/shooter/shooter.q.h"
 
diff --git a/y2014/control_loops/shooter/shooter_main.cc b/y2014/control_loops/shooter/shooter_main.cc
index 2819f10..b6f4a8c 100644
--- a/y2014/control_loops/shooter/shooter_main.cc
+++ b/y2014/control_loops/shooter/shooter_main.cc
@@ -1,6 +1,6 @@
 #include "y2014/control_loops/shooter/shooter.h"
 
-#include "aos/linux_code/init.h"
+#include "aos/init.h"
 
 int main() {
   ::aos::Init();