Removed linux_code

Change-Id: I7327828d2c9efdf03172d1b90f49d5c51fbba86e
diff --git a/aos/testing/BUILD b/aos/testing/BUILD
index 4d1b6a4..f77f0a7 100644
--- a/aos/testing/BUILD
+++ b/aos/testing/BUILD
@@ -72,7 +72,7 @@
         ":test_logging",
         "//aos:queues",
         "//aos/logging",
-        "//aos/linux_code/ipc_lib:shared_mem",
+        "//aos/ipc_lib:shared_mem",
     ],
 )
 
diff --git a/aos/testing/test_shm.h b/aos/testing/test_shm.h
index dcb6906..a1c79ee 100644
--- a/aos/testing/test_shm.h
+++ b/aos/testing/test_shm.h
@@ -1,7 +1,7 @@
 #ifndef AOS_TESTING_TEST_SHM_H_
 #define AOS_TESTING_TEST_SHM_H_
 
-#include "aos/linux_code/ipc_lib/shared_mem.h"
+#include "aos/ipc_lib/shared_mem.h"
 
 namespace aos {
 namespace testing {