From: Andre Noll Date: Sat, 24 Mar 2007 21:24:36 +0000 (+0100) Subject: kill some more unneeded includes X-Git-Tag: v0.2.16~7^2~1 X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=commitdiff_plain;h=095fc31c48324112a71602ba6975d9d33cf4378e kill some more unneeded includes --- diff --git a/aac_afh.c b/aac_afh.c index 706e18a6..e9417d2c 100644 --- a/aac_afh.c +++ b/aac_afh.c @@ -26,7 +26,6 @@ #include "error.h" #include "string.h" #include "aac.h" -#include "fd.h" static int aac_find_stsz(unsigned char *buf, off_t buflen, off_t *skip) { diff --git a/mp3_afh.c b/mp3_afh.c index b510e72f..8ca319b4 100644 --- a/mp3_afh.c +++ b/mp3_afh.c @@ -30,7 +30,6 @@ #include "server.h" #include "error.h" -#include "fd.h" #include "string.h" /** \cond some defines and structs which are only used in this file */