summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
authorBertrik Sikken <bertrik@sikken.nl>2009-09-27 14:46:44 +0000
committerBertrik Sikken <bertrik@sikken.nl>2009-09-27 14:46:44 +0000
commit69b40e704db35390332b6f4b6a811934ca1613b6 (patch)
treec9e23e02ea5d33b740021915703f3497f66cefef /apps
parent59368e1750abcbe7c7d3611f8d0b1bb956a0505b (diff)
downloadrockbox-69b40e704db35390332b6f4b6a811934ca1613b6.tar.gz
rockbox-69b40e704db35390332b6f4b6a811934ca1613b6.zip
Clean up duplicate #includes
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22845 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps')
-rw-r--r--apps/gui/statusbar.c2
-rw-r--r--apps/misc.c1
-rw-r--r--apps/plugins/zxbox/snapshot.c2
-rw-r--r--apps/plugins/zxbox/zxmisc.c1
-rw-r--r--apps/screens.c1
5 files changed, 1 insertions, 6 deletions
diff --git a/apps/gui/statusbar.c b/apps/gui/statusbar.c
index 7a361e58ed..0a9d539223 100644
--- a/apps/gui/statusbar.c
+++ b/apps/gui/statusbar.c
@@ -19,7 +19,7 @@
19 * 19 *
20 ****************************************************************************/ 20 ****************************************************************************/
21 21
22#include "screen_access.h" 22#include "config.h"
23#include "font.h" 23#include "font.h"
24#include "kernel.h" 24#include "kernel.h"
25#include "string.h" /* for memcmp oO*/ 25#include "string.h" /* for memcmp oO*/
diff --git a/apps/misc.c b/apps/misc.c
index 1715fe305b..3134e02555 100644
--- a/apps/misc.c
+++ b/apps/misc.c
@@ -81,7 +81,6 @@
81#ifdef BOOTFILE 81#ifdef BOOTFILE
82#if !defined(USB_NONE) && !defined(USB_HANDLED_BY_OF) 82#if !defined(USB_NONE) && !defined(USB_HANDLED_BY_OF)
83#include "rolo.h" 83#include "rolo.h"
84#include "yesno.h"
85#endif 84#endif
86#endif 85#endif
87 86
diff --git a/apps/plugins/zxbox/snapshot.c b/apps/plugins/zxbox/snapshot.c
index 9a68540a04..6efb29f91b 100644
--- a/apps/plugins/zxbox/snapshot.c
+++ b/apps/plugins/zxbox/snapshot.c
@@ -29,8 +29,6 @@
29 29
30#include "spconf.h" 30#include "spconf.h"
31 31
32#include "interf.h"
33
34#include <stdio.h> 32#include <stdio.h>
35#include <stdlib.h> 33#include <stdlib.h>
36#include <sys/types.h> 34#include <sys/types.h>
diff --git a/apps/plugins/zxbox/zxmisc.c b/apps/plugins/zxbox/zxmisc.c
index c4dbf888e5..324fb484d2 100644
--- a/apps/plugins/zxbox/zxmisc.c
+++ b/apps/plugins/zxbox/zxmisc.c
@@ -25,7 +25,6 @@
25#include <stdlib.h> 25#include <stdlib.h>
26#include <ctype.h> 26#include <ctype.h>
27#include "helpers.h" 27#include "helpers.h"
28#include "zxconfig.h"
29#define DIR_SEP_CHAR '/' 28#define DIR_SEP_CHAR '/'
30 29
31char *get_base_name(char *fname) 30char *get_base_name(char *fname)
diff --git a/apps/screens.c b/apps/screens.c
index 92ab2b7e4b..a7a4b27ea8 100644
--- a/apps/screens.c
+++ b/apps/screens.c
@@ -64,7 +64,6 @@
64#include "backdrop.h" 64#include "backdrop.h"
65#include "viewport.h" 65#include "viewport.h"
66#include "appevents.h" 66#include "appevents.h"
67#include "statusbar.h"
68 67
69#ifdef HAVE_LCD_BITMAP 68#ifdef HAVE_LCD_BITMAP
70#include "bitmaps/usblogo.h" 69#include "bitmaps/usblogo.h"