diff options
author | Bertrik Sikken <bertrik@sikken.nl> | 2009-09-27 14:46:44 +0000 |
---|---|---|
committer | Bertrik Sikken <bertrik@sikken.nl> | 2009-09-27 14:46:44 +0000 |
commit | 69b40e704db35390332b6f4b6a811934ca1613b6 (patch) | |
tree | c9e23e02ea5d33b740021915703f3497f66cefef /apps/plugins/zxbox/zxmisc.c | |
parent | 59368e1750abcbe7c7d3611f8d0b1bb956a0505b (diff) |
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.c | 1 |
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 @@ #include <stdlib.h> #include <ctype.h> #include "helpers.h" -#include "zxconfig.h" #define DIR_SEP_CHAR '/' char *get_base_name(char *fname) |