diff options
author | Mans Rullgard | 2012-08-09 21:02:46 +0100 |
---|---|---|
committer | Mans Rullgard | 2012-08-10 12:18:38 +0100 |
commit | e2b7c5783d34fa36a265c1e475de71ba3dd49a19 (patch) | |
tree | 258a4e15875a3c6a20cbdc03aef568a5e322859d /libavcodec/g723_1.c | |
parent | 0d735ca214b32aa6e9a4bf4dd5d8a6c242dbaa29 (diff) |
g723.1: remove unused #includes
Signed-off-by: Mans Rullgard <mans@mansr.com>
Diffstat (limited to 'libavcodec/g723_1.c')
-rw-r--r-- | libavcodec/g723_1.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libavcodec/g723_1.c b/libavcodec/g723_1.c index e917f5a50c..bf753ab182 100644 --- a/libavcodec/g723_1.c +++ b/libavcodec/g723_1.c @@ -33,8 +33,6 @@ #include "get_bits.h" #include "acelp_vectors.h" #include "celp_filters.h" -#include "celp_math.h" -#include "lsp.h" #include "g723_1_data.h" /** |