Removed Common

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