From: Andre Noll Date: Sun, 4 Mar 2007 23:18:36 +0000 (+0100) Subject: ogg_afh.c: Kill unneccessary inclusion of fd.h X-Git-Tag: v0.2.16~52 X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=commitdiff_plain;h=3af76637cf5a96111d76e422b6f16a3883c931b5 ogg_afh.c: Kill unneccessary inclusion of fd.h --- diff --git a/ogg_afh.c b/ogg_afh.c index 379a0ef4..709e7d4b 100644 --- a/ogg_afh.c +++ b/ogg_afh.c @@ -28,7 +28,6 @@ #include "afh.h" #include "error.h" #include "string.h" -#include "fd.h" /** must be big enough to hold header */ #define CHUNK_SIZE 32768