diff options
author | Reynaldo H. Verdejo Pinochet <reynaldo@opendot.cl> | 2009-11-05 01:10:27 +0000 |
---|---|---|
committer | Reynaldo H. Verdejo Pinochet <reynaldo@opendot.cl> | 2009-11-05 01:10:27 +0000 |
commit | 136086523f9db8f3da1207cf3aab06ce421add9d (patch) | |
tree | c05be45a966d244b8a3e20ac61819673f7ec8f26 | |
parent | c902340599546bc84910da6094c8b3e1f29a2d7b (diff) | |
download | ffmpeg-136086523f9db8f3da1207cf3aab06ce421add9d.tar.gz |
Correct double include introduced by r20450
Originally committed as revision 20452 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rw-r--r-- | libavcodec/acelp_vectors.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libavcodec/acelp_vectors.c b/libavcodec/acelp_vectors.c index e6979205b9..b193d08865 100644 --- a/libavcodec/acelp_vectors.c +++ b/libavcodec/acelp_vectors.c @@ -22,7 +22,6 @@ #include <inttypes.h> #include "avcodec.h" -#include "celp_math.h" #include "acelp_vectors.h" #include "celp_math.h" |