diff options
author | Vitor Sessak <vitor1001@gmail.com> | 2011-09-25 21:37:34 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2011-09-25 23:01:43 +0200 |
commit | 22dd24fc7d23585bdbc0d65532fcf0d5f2dd771d (patch) | |
tree | 8e7bcb7552f178f0a444d120e77b9e4e317b9a20 /libavcodec | |
parent | 9921613e8287442839546d6e2f9e58204cd324ce (diff) | |
download | ffmpeg-22dd24fc7d23585bdbc0d65532fcf0d5f2dd771d.tar.gz |
g729dec: remove useless headers
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec')
-rw-r--r-- | libavcodec/g729dec.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/libavcodec/g729dec.c b/libavcodec/g729dec.c index cbfaace5ed..dfbd1336a1 100644 --- a/libavcodec/g729dec.c +++ b/libavcodec/g729dec.c @@ -18,13 +18,9 @@ * License along with FFmpeg; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ -#include <stdlib.h> + #include <inttypes.h> -#include <limits.h> -#include <stdio.h> #include <string.h> -#include <math.h> -#include <assert.h> #include "avcodec.h" #include "libavutil/avutil.h" |