# HG changeset patch # User stefano # Date 1271100068 0 # Node ID 2c41284050cf50b92ff1cfc7db755822354570a7 # Parent 90b6d031c821f28ed871691cde43b88803eeebd8 Remove unnecessary header inclusion directives. diff -r 90b6d031c821 -r 2c41284050cf eval.c --- 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 -#include -#include -#include - -#include "libavutil/mathematics.h" -#include "avcodec.h" +#include "libavutil/avutil.h" #include "eval.h" typedef struct Parser{