switched from fitpc/atom to prime/linux
Also removed a few old things that had nothing reasonable to be changed
to.
diff --git a/aos/common/queue.h b/aos/common/queue.h
index 68cb338..d37fe59 100644
--- a/aos/common/queue.h
+++ b/aos/common/queue.h
@@ -12,7 +12,7 @@
#include "aos/common/time.h"
#include "aos/common/macros.h"
#ifndef USE_UNSAFE
-#include "aos/atom_code/ipc_lib/queue.h"
+#include "aos/linux_code/ipc_lib/queue.h"
#endif // USE_UNSAFE
#include "aos/common/time.h"
@@ -310,7 +310,7 @@
#ifdef USE_UNSAFE
#include "aos/crio/queue-tmpl.h"
#else
-#include "aos/atom_code/queue-tmpl.h"
+#include "aos/linux_code/queue-tmpl.h"
#endif
#undef USE_UNSAFE