Removed linux_code

Change-Id: I7327828d2c9efdf03172d1b90f49d5c51fbba86e
diff --git a/aos/time/BUILD b/aos/time/BUILD
index cbeeb5b..e5b1389 100644
--- a/aos/time/BUILD
+++ b/aos/time/BUILD
@@ -15,7 +15,7 @@
         "//aos:macros",
         "//aos/mutex:mutex",
         "//aos/logging",
-        "//aos/linux_code/ipc_lib:shared_mem",
+        "//aos/ipc_lib:shared_mem",
     ],
 )
 
diff --git a/aos/time/time.cc b/aos/time/time.cc
index a72b121..0d7295c 100644
--- a/aos/time/time.cc
+++ b/aos/time/time.cc
@@ -8,7 +8,7 @@
 
 // We only use global_core from here, which is weak, so we don't really have a
 // dependency on it.
-#include "aos/linux_code/ipc_lib/shared_mem.h"
+#include "aos/ipc_lib/shared_mem.h"
 
 #include "aos/logging/logging.h"
 #include "aos/mutex/mutex.h"