Removed Common

Change-Id: I01ea8f07220375c2ad9bc0092281d4f27c642303
diff --git a/y2016/dashboard/dashboard.h b/y2016/dashboard/dashboard.h
index e093cb9..a95c476 100644
--- a/y2016/dashboard/dashboard.h
+++ b/y2016/dashboard/dashboard.h
@@ -12,9 +12,9 @@
 #include "seasocks/WebSocket.h"
 
 #include "aos/linux_code/init.h"
-#include "aos/common/time.h"
-#include "aos/common/util/phased_loop.h"
-#include "aos/common/mutex.h"
+#include "aos/time/time.h"
+#include "aos/util/phased_loop.h"
+#include "aos/mutex/mutex.h"
 
 namespace y2016 {
 namespace dashboard {