Commit 6c71d2c1 authored by Stefano Sabatini's avatar Stefano Sabatini

Remove unnecessary header inclusion directives.

Originally committed as revision 22857 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 2818bdf2
...@@ -26,13 +26,7 @@ ...@@ -26,13 +26,7 @@
* see http://joe.hotchkiss.com/programming/eval/eval.html * see http://joe.hotchkiss.com/programming/eval/eval.html
*/ */
#include <stdio.h> #include "libavutil/avutil.h"
#include <stdlib.h>
#include <string.h>
#include <math.h>
#include "libavutil/mathematics.h"
#include "avcodec.h"
#include "eval.h" #include "eval.h"
typedef struct Parser{ 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