mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-21 10:55:51 +02:00
Remove unnecessary header inclusion directives.
Originally committed as revision 22857 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
2818bdf22b
commit
6c71d2c135
@ -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…
Reference in New Issue
Block a user