From 095fc31c48324112a71602ba6975d9d33cf4378e Mon Sep 17 00:00:00 2001 From: Andre Noll Date: Sat, 24 Mar 2007 22:24:36 +0100 Subject: [PATCH 1/1] kill some more unneeded includes --- aac_afh.c | 1 - mp3_afh.c | 1 - 2 files changed, 2 deletions(-) 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 */ -- 2.39.2