summaryrefslogtreecommitdiff
path: root/libavcodec/g729dec.c
diff options
context:
space:
mode:
authorVitor Sessak <vitor1001@gmail.com>2011-09-25 21:37:34 +0200
committerMichael Niedermayer <michaelni@gmx.at>2011-09-25 23:01:43 +0200
commit22dd24fc7d23585bdbc0d65532fcf0d5f2dd771d (patch)
tree8e7bcb7552f178f0a444d120e77b9e4e317b9a20 /libavcodec/g729dec.c
parent9921613e8287442839546d6e2f9e58204cd324ce (diff)
downloadffmpeg-22dd24fc7d23585bdbc0d65532fcf0d5f2dd771d.tar.gz
g729dec: remove useless headers
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec/g729dec.c')
-rw-r--r--libavcodec/g729dec.c6
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"