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