Commit 37869ae3 authored by stefano's avatar stefano

Remove unnecessary header inclusion directives.

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@22857 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent ba4f26f0
......@@ -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{
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment