From 69b40e704db35390332b6f4b6a811934ca1613b6 Mon Sep 17 00:00:00 2001 From: Bertrik Sikken Date: Sun, 27 Sep 2009 14:46:44 +0000 Subject: Clean up duplicate #includes git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22845 a1c6a512-1295-4272-9138-f99709370657 --- apps/gui/statusbar.c | 2 +- apps/misc.c | 1 - apps/plugins/zxbox/snapshot.c | 2 -- apps/plugins/zxbox/zxmisc.c | 1 - apps/screens.c | 1 - 5 files changed, 1 insertion(+), 6 deletions(-) (limited to 'apps') 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 @@ * ****************************************************************************/ -#include "screen_access.h" +#include "config.h" #include "font.h" #include "kernel.h" #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 @@ #ifdef BOOTFILE #if !defined(USB_NONE) && !defined(USB_HANDLED_BY_OF) #include "rolo.h" -#include "yesno.h" #endif #endif 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 @@ #include "spconf.h" -#include "interf.h" - #include #include #include 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 @@ #include #include #include "helpers.h" -#include "zxconfig.h" #define DIR_SEP_CHAR '/' char *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 @@ #include "backdrop.h" #include "viewport.h" #include "appevents.h" -#include "statusbar.h" #ifdef HAVE_LCD_BITMAP #include "bitmaps/usblogo.h" -- cgit v1.2.3