X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=aac_afh.c;h=d12dfa19ca8eb59f7a47951665941d63fd8ba1a6;hp=68f17c275119c8673a12987e449543b3d214f09d;hb=a694ab16b6ff43b545ccd530360b7224433a5b76;hpb=343a65bc48b4e0cda4d9a14afcd7e96cca9c5de9 diff --git a/aac_afh.c b/aac_afh.c index 68f17c27..d12dfa19 100644 --- a/aac_afh.c +++ b/aac_afh.c @@ -10,13 +10,12 @@ /** \file aac_afh.c para_server's aac audio format handler */ -#include +#include + #include "para.h" #include "error.h" -#include "string.h" #include "afh.h" -#include "afs.h" -#include "server.h" +#include "string.h" #include "aac.h" static int aac_find_stsz(unsigned char *buf, size_t buflen, off_t *skip)