summaryrefslogtreecommitdiff
path: root/apps/gui
diff options
context:
space:
mode:
authorBertrik Sikken <bertrik@sikken.nl>2009-05-17 14:50:19 +0000
committerBertrik Sikken <bertrik@sikken.nl>2009-05-17 14:50:19 +0000
commit0023943439148f4c3bfdab2d437345bd87da5a60 (patch)
treef37a6df0867a4f255f655d085e5a09c635c62604 /apps/gui
parentb4e2db5cc544c4609f4a20fc3ef111070cf00815 (diff)
downloadrockbox-0023943439148f4c3bfdab2d437345bd87da5a60.tar.gz
rockbox-0023943439148f4c3bfdab2d437345bd87da5a60.zip
Fix duplicate #includes
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20977 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/gui')
-rw-r--r--apps/gui/gwps.c1
-rw-r--r--apps/gui/list.c1
-rw-r--r--apps/gui/wps_parser.c4
3 files changed, 0 insertions, 6 deletions
diff --git a/apps/gui/gwps.c b/apps/gui/gwps.c
index c89a6fcbb4..fcd7be4fa9 100644
--- a/apps/gui/gwps.c
+++ b/apps/gui/gwps.c
@@ -46,7 +46,6 @@
46#include "icons.h" 46#include "icons.h"
47#include "peakmeter.h" 47#include "peakmeter.h"
48#endif 48#endif
49#include "action.h"
50#include "lang.h" 49#include "lang.h"
51#include "bookmark.h" 50#include "bookmark.h"
52#include "misc.h" 51#include "misc.h"
diff --git a/apps/gui/list.c b/apps/gui/list.c
index 393c9bf69e..732529f416 100644
--- a/apps/gui/list.c
+++ b/apps/gui/list.c
@@ -38,7 +38,6 @@
38#include "misc.h" 38#include "misc.h"
39#include "talk.h" 39#include "talk.h"
40#include "viewport.h" 40#include "viewport.h"
41#include "list.h"
42 41
43#ifdef HAVE_LCD_CHARCELLS 42#ifdef HAVE_LCD_CHARCELLS
44#define SCROLL_LIMIT 1 43#define SCROLL_LIMIT 1
diff --git a/apps/gui/wps_parser.c b/apps/gui/wps_parser.c
index bd599509ae..14c8d30c6a 100644
--- a/apps/gui/wps_parser.c
+++ b/apps/gui/wps_parser.c
@@ -29,7 +29,6 @@
29#ifdef __PCTOOL__ 29#ifdef __PCTOOL__
30#ifdef WPSEDITOR 30#ifdef WPSEDITOR
31#include "proxy.h" 31#include "proxy.h"
32#include "settings.h"
33#include "sysfont.h" 32#include "sysfont.h"
34#else 33#else
35#include "checkwps.h" 34#include "checkwps.h"
@@ -42,13 +41,10 @@
42 41
43#include <ctype.h> 42#include <ctype.h>
44#include <stdbool.h> 43#include <stdbool.h>
45#include <string.h>
46#include "font.h" 44#include "font.h"
47 45
48#include "gwps.h" 46#include "gwps.h"
49#ifndef __PCTOOL__
50#include "settings.h" 47#include "settings.h"
51#endif
52#include "settings_list.h" 48#include "settings_list.h"
53 49
54#ifdef HAVE_LCD_BITMAP 50#ifdef HAVE_LCD_BITMAP