changeset 11613:2c41284050cf libavcodec

Remove unnecessary header inclusion directives.
author stefano
date Mon, 12 Apr 2010 19:21:08 +0000
parents 90b6d031c821
children ab7aceed5286
files eval.c
diffstat 1 files changed, 1 insertions(+), 7 deletions(-) [+]
line wrap: on
line diff
--- a/eval.c	Mon Apr 12 16:16:43 2010 +0000
+++ b/eval.c	Mon Apr 12 19:21:08 2010 +0000
@@ -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{