summaryrefslogtreecommitdiff
path: root/libavcodec
diff options
context:
space:
mode:
authorStefano Sabatini <stefano.sabatini-lala@poste.it>2010-04-12 19:21:08 +0000
committerStefano Sabatini <stefano.sabatini-lala@poste.it>2010-04-12 19:21:08 +0000
commit6c71d2c1357018f7f68a8bde773306298ce72057 (patch)
tree597138e4a5fd0ce70c3adeb17559a24695e970ab /libavcodec
parent2818bdf22bb838c797b106e0897add6df4f88594 (diff)
Remove unnecessary header inclusion directives.
Originally committed as revision 22857 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec')
-rw-r--r--libavcodec/eval.c8
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{