Removed linux_code
Change-Id: I7327828d2c9efdf03172d1b90f49d5c51fbba86e
diff --git a/y2016/dashboard/BUILD b/y2016/dashboard/BUILD
index aa26aef..31038b5 100644
--- a/y2016/dashboard/BUILD
+++ b/y2016/dashboard/BUILD
@@ -1,4 +1,4 @@
-load('//aos/externals/seasocks:gen_embedded.bzl', 'gen_embedded')
+load('//aos/seasocks:gen_embedded.bzl', 'gen_embedded')
load('//aos/downloader:downloader.bzl', 'aos_downloader_dir')
gen_embedded(
@@ -24,7 +24,7 @@
],
deps = [
':gen_embedded',
- '//aos/linux_code:init',
+ '//aos:init',
'//aos/logging',
'//aos/util:phased_loop',
'//aos/time:time',
diff --git a/y2016/dashboard/dashboard.cc b/y2016/dashboard/dashboard.cc
index 5882eea..ceb4358 100644
--- a/y2016/dashboard/dashboard.cc
+++ b/y2016/dashboard/dashboard.cc
@@ -10,7 +10,7 @@
#include "seasocks/Server.h"
-#include "aos/linux_code/init.h"
+#include "aos/init.h"
#include "aos/logging/logging.h"
#include "aos/time/time.h"
#include "aos/util/phased_loop.h"
diff --git a/y2016/dashboard/dashboard.h b/y2016/dashboard/dashboard.h
index a95c476..d9b7c11 100644
--- a/y2016/dashboard/dashboard.h
+++ b/y2016/dashboard/dashboard.h
@@ -11,7 +11,7 @@
#include "seasocks/StringUtil.h"
#include "seasocks/WebSocket.h"
-#include "aos/linux_code/init.h"
+#include "aos/init.h"
#include "aos/time/time.h"
#include "aos/util/phased_loop.h"
#include "aos/mutex/mutex.h"