diff options
author | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2010-04-12 19:21:08 +0000 |
---|---|---|
committer | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2010-04-12 19:21:08 +0000 |
commit | 6c71d2c1357018f7f68a8bde773306298ce72057 (patch) | |
tree | 597138e4a5fd0ce70c3adeb17559a24695e970ab /libavcodec/eval.c | |
parent | 2818bdf22bb838c797b106e0897add6df4f88594 (diff) | |
download | ffmpeg-6c71d2c1357018f7f68a8bde773306298ce72057.tar.gz |
Remove unnecessary header inclusion directives.
Originally committed as revision 22857 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/eval.c')
-rw-r--r-- | libavcodec/eval.c | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/libavcodec/eval.c b/libavcodec/eval.c index c1cd7a416f..1c7f4a4976 100644 --- a/libavcodec/eval.c +++ b/libavcodec/eval.c @@ -26,13 +26,7 @@ * see http://joe.hotchkiss.com/programming/eval/eval.html */ -#include <stdio.h> -#include <stdlib.h> -#include <string.h> -#include <math.h> - -#include "libavutil/mathematics.h" -#include "avcodec.h" +#include "libavutil/avutil.h" #include "eval.h" typedef struct Parser{ |