summaryrefslogtreecommitdiff
path: root/apps/gui
diff options
context:
space:
mode:
Diffstat (limited to 'apps/gui')
-rw-r--r--apps/gui/pitchscreen.c3
-rw-r--r--apps/gui/quickscreen.c2
-rw-r--r--apps/gui/quickscreen.h1
-rw-r--r--apps/gui/viewport.h4
-rw-r--r--apps/gui/yesno.h2
5 files changed, 4 insertions, 8 deletions
diff --git a/apps/gui/pitchscreen.c b/apps/gui/pitchscreen.c
index db50a5d866..b34824ebad 100644
--- a/apps/gui/pitchscreen.c
+++ b/apps/gui/pitchscreen.c
@@ -33,6 +33,9 @@
33#include "screens.h" 33#include "screens.h"
34#include "statusbar.h" 34#include "statusbar.h"
35#include "viewport.h" 35#include "viewport.h"
36#include "font.h"
37#include "system.h"
38#include "misc.h"
36#include "pitchscreen.h" 39#include "pitchscreen.h"
37 40
38#define PITCH_MODE_ABSOLUTE 1 41#define PITCH_MODE_ABSOLUTE 1
diff --git a/apps/gui/quickscreen.c b/apps/gui/quickscreen.c
index b39105dc72..455fc1812d 100644
--- a/apps/gui/quickscreen.c
+++ b/apps/gui/quickscreen.c
@@ -38,7 +38,7 @@
38#include "quickscreen.h" 38#include "quickscreen.h"
39#include "talk.h" 39#include "talk.h"
40#include "list.h" 40#include "list.h"
41#include "splash.h" 41#include "option_select.h"
42 42
43static struct viewport vps[NB_SCREENS][QUICKSCREEN_ITEM_COUNT]; 43static struct viewport vps[NB_SCREENS][QUICKSCREEN_ITEM_COUNT];
44static struct viewport vp_icons[NB_SCREENS]; 44static struct viewport vp_icons[NB_SCREENS];
diff --git a/apps/gui/quickscreen.h b/apps/gui/quickscreen.h
index cf7f577429..a44c206c50 100644
--- a/apps/gui/quickscreen.h
+++ b/apps/gui/quickscreen.h
@@ -26,7 +26,6 @@
26#ifndef _GUI_QUICKSCREEN_H_ 26#ifndef _GUI_QUICKSCREEN_H_
27#define _GUI_QUICKSCREEN_H_ 27#define _GUI_QUICKSCREEN_H_
28 28
29#include "option_select.h"
30#include "screen_access.h" 29#include "screen_access.h"
31 30
32enum QUICKSCREEN_ITEM { 31enum QUICKSCREEN_ITEM {
diff --git a/apps/gui/viewport.h b/apps/gui/viewport.h
index d27692c498..76ed327f69 100644
--- a/apps/gui/viewport.h
+++ b/apps/gui/viewport.h
@@ -22,10 +22,6 @@
22 22
23#include "config.h" 23#include "config.h"
24#include "lcd.h" 24#include "lcd.h"
25#include "font.h"
26#include "kernel.h"
27#include "system.h"
28#include "misc.h"
29#include "screen_access.h" 25#include "screen_access.h"
30 26
31/* return the number of text lines in the vp viewport */ 27/* return the number of text lines in the vp viewport */
diff --git a/apps/gui/yesno.h b/apps/gui/yesno.h
index 801a925ee4..2c146e4853 100644
--- a/apps/gui/yesno.h
+++ b/apps/gui/yesno.h
@@ -22,8 +22,6 @@
22#ifndef _GUI_YESNO_H_ 22#ifndef _GUI_YESNO_H_
23#define _GUI_YESNO_H_ 23#define _GUI_YESNO_H_
24 24
25#include "screen_access.h"
26
27enum yesno_res 25enum yesno_res
28{ 26{
29 YESNO_YES, 27 YESNO_YES,