Once files moved to aos folder and files updated accordingly

Change-Id: Idd26fca1d4dc15407e92859400e1a15a8a142ec3
diff --git a/aos/linux_code/complex_thread_local.cc b/aos/linux_code/complex_thread_local.cc
index d57323e..f5ddc9c 100644
--- a/aos/linux_code/complex_thread_local.cc
+++ b/aos/linux_code/complex_thread_local.cc
@@ -2,8 +2,8 @@
 
 #include <pthread.h>
 
-#include "aos/common/once.h"
 #include "aos/common/die.h"
+#include "aos/once.h"
 
 #define SIMPLE_CHECK(call)              \
   do {                                  \