summaryrefslogtreecommitdiff
path: root/libavcodec
diff options
context:
space:
mode:
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{