X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=aac_afh.c;h=3e394337b4b33f693be416ab7d90872113f9bf50;hp=68f17c275119c8673a12987e449543b3d214f09d;hb=6b935f552ebfe3a0a83ec9367deb2f42c1aff252;hpb=343a65bc48b4e0cda4d9a14afcd7e96cca9c5de9 diff --git a/aac_afh.c b/aac_afh.c index 68f17c27..3e394337 100644 --- a/aac_afh.c +++ b/aac_afh.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2008 Andre Noll + * Copyright (C) 2006-2010 Andre Noll * * Licensed under the GPL v2. For licencing details see COPYING. */ @@ -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)