diff options
Diffstat (limited to 'fw/fe310/test/app')
-rw-r--r-- | fw/fe310/test/app/app_root.c | 4 | ||||
-rw-r--r-- | fw/fe310/test/app/app_status.c | 6 |
2 files changed, 3 insertions, 7 deletions
diff --git a/fw/fe310/test/app/app_root.c b/fw/fe310/test/app/app_root.c index e6de2d1..18ca284 100644 --- a/fw/fe310/test/app/app_root.c +++ b/fw/fe310/test/app/app_root.c @@ -1,6 +1,6 @@ #include <stdlib.h> -#include <net.h> +#include <dev/net.h> #include <eve/eve.h> #include <eve/eve_kbd.h> @@ -10,8 +10,6 @@ #include <eve/screen/page.h> #include <eve/screen/form.h> -#include <eve/widget/widgets.h> - #include "app_status.h" #include "app_root.h" diff --git a/fw/fe310/test/app/app_status.c b/fw/fe310/test/app/app_status.c index cc25599..bbe906d 100644 --- a/fw/fe310/test/app/app_status.c +++ b/fw/fe310/test/app/app_status.c @@ -4,8 +4,8 @@ #include <string.h> #include <eos.h> -#include <net.h> -#include <cell.h> +#include <dev/net.h> +#include <net/cell.h> #include <eve/eve.h> #include <eve/eve_kbd.h> @@ -15,8 +15,6 @@ #include <eve/screen/page.h> #include <eve/screen/form.h> -#include <eve/widget/widgets.h> - #include "app_root.h" #include "app_status.h" |