summaryrefslogtreecommitdiff
path: root/apps/plugins
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/plugins
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/plugins')
-rw-r--r--apps/plugins/zxbox/snapshot.c2
-rw-r--r--apps/plugins/zxbox/zxmisc.c1
2 files changed, 0 insertions, 3 deletions
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)