X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=aac_afh.c;h=3315a42d57a5ea9673be88b077daef1275ab49f6;hp=f70b811c4e2fedd39c1bb53d9d77e98dbbdd23aa;hb=71386e2530fa351d22f942ce3cf9d18eee99ce78;hpb=16b889fa03e8e9e97ed89370ad40fea4ee9b3e3a diff --git a/aac_afh.c b/aac_afh.c index f70b811c..3315a42d 100644 --- a/aac_afh.c +++ b/aac_afh.c @@ -1,8 +1,4 @@ -/* - * Copyright (C) 2006 Andre Noll - * - * Licensed under the GPL v2. For licencing details see COPYING. - */ +/* Copyright (C) 2006 Andre Noll , see file COPYING. */ /* * based in parts on libfaad, Copyright (C) 2003-2005 M. Bakker, * Ahead Software AG @@ -11,6 +7,7 @@ /** \file aac_afh.c para_server's aac audio format handler. */ #include +#include #include "para.h" @@ -22,7 +19,6 @@ #include "portable_io.h" #include "afh.h" #include "string.h" -#include "aac.h" #include "fd.h"