From 0023943439148f4c3bfdab2d437345bd87da5a60 Mon Sep 17 00:00:00 2001 From: Bertrik Sikken Date: Sun, 17 May 2009 14:50:19 +0000 Subject: Fix duplicate #includes git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20977 a1c6a512-1295-4272-9138-f99709370657 --- apps/misc.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'apps/misc.c') diff --git a/apps/misc.c b/apps/misc.c index d7a64b3733..930afe34f8 100644 --- a/apps/misc.c +++ b/apps/misc.c @@ -20,6 +20,7 @@ ****************************************************************************/ #include #include +#include #include "config.h" #include "misc.h" #include "lcd.h" @@ -27,14 +28,10 @@ #ifdef __PCTOOL__ #include #include -#ifdef WPSEDITOR -#include "string.h" -#endif #else #include "sprintf.h" #include "appevents.h" #include "lang.h" -#include "string.h" #include "dir.h" #include "lcd-remote.h" #include "errno.h" -- cgit v1.2.3