Remove unnecessary header inclusion directives.

Originally committed as revision 22857 to svn://svn.ffmpeg.org/ffmpeg/trunk
release/0.6
Stefano Sabatini 15 years ago
parent 2818bdf22b
commit 6c71d2c135
  1. 8
      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{

Loading…
Cancel
Save