From 3af76637cf5a96111d76e422b6f16a3883c931b5 Mon Sep 17 00:00:00 2001 From: Andre Noll Date: Mon, 5 Mar 2007 00:18:36 +0100 Subject: [PATCH] ogg_afh.c: Kill unneccessary inclusion of fd.h --- ogg_afh.c | 1 - 1 file changed, 1 deletion(-) 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 -- 2.39.2