diff options
Diffstat (limited to 'fw/fe310/test')
-rw-r--r-- | fw/fe310/test/cell_pdp.c | 3 | ||||
-rw-r--r-- | fw/fe310/test/main.c | 3 | ||||
-rw-r--r-- | fw/fe310/test/modem.c | 3 | ||||
-rw-r--r-- | fw/fe310/test/phone.c | 3 | ||||
-rw-r--r-- | fw/fe310/test/status.c | 3 | ||||
-rw-r--r-- | fw/fe310/test/wifi.c | 3 |
6 files changed, 12 insertions, 6 deletions
diff --git a/fw/fe310/test/cell_pdp.c b/fw/fe310/test/cell_pdp.c index 43c8579..2225f6a 100644 --- a/fw/fe310/test/cell_pdp.c +++ b/fw/fe310/test/cell_pdp.c @@ -24,7 +24,8 @@ #include <eve/widget/widgets.h> -#include <app/root.h> +#include <app/app_screen.h> +#include <app/app_form.h> #include "status.h" #include "cell_pdp.h" diff --git a/fw/fe310/test/main.c b/fw/fe310/test/main.c index 934995c..dc43473 100644 --- a/fw/fe310/test/main.c +++ b/fw/fe310/test/main.c @@ -24,7 +24,8 @@ #include <eve/widget/widgets.h> -#include <app/root.h> +#include <app/app_screen.h> +#include <app/app_form.h> #include "status.h" #include "cell_dev.h" diff --git a/fw/fe310/test/modem.c b/fw/fe310/test/modem.c index 4ed7c81..9fab383 100644 --- a/fw/fe310/test/modem.c +++ b/fw/fe310/test/modem.c @@ -25,7 +25,8 @@ #include <eve/widget/widgets.h> -#include <app/root.h> +#include <app/app_screen.h> +#include <app/app_form.h> #include "modem.h" diff --git a/fw/fe310/test/phone.c b/fw/fe310/test/phone.c index b3a08b1..442fcae 100644 --- a/fw/fe310/test/phone.c +++ b/fw/fe310/test/phone.c @@ -24,7 +24,8 @@ #include <eve/widget/widgets.h> -#include <app/root.h> +#include <app/app_screen.h> +#include <app/app_form.h> #include "status.h" #include "phone.h" diff --git a/fw/fe310/test/status.c b/fw/fe310/test/status.c index b61fc13..2500838 100644 --- a/fw/fe310/test/status.c +++ b/fw/fe310/test/status.c @@ -24,7 +24,8 @@ #include <eve/widget/widgets.h> -#include <app/root.h> +#include <app/app_screen.h> +#include <app/app_form.h> #include "phone.h" #include "status.h" diff --git a/fw/fe310/test/wifi.c b/fw/fe310/test/wifi.c index f7ca24d..cf2f0be 100644 --- a/fw/fe310/test/wifi.c +++ b/fw/fe310/test/wifi.c @@ -24,7 +24,8 @@ #include <eve/widget/widgets.h> -#include <app/root.h> +#include <app/app_screen.h> +#include <app/app_form.h> #include "status.h" #include "wifi.h" |