comparison eval.c @ 6450:c32be43b52b2 libavcodec

remove more useless mpegvideo.h includes
author aurel
date Wed, 05 Mar 2008 00:43:11 +0000
parents 0809b40d9b65
children 7cb16b1c580f
comparison
equal deleted inserted replaced
6449:208074826b34 6450:c32be43b52b2
27 * 27 *
28 * see http://joe.hotchkiss.com/programming/eval/eval.html 28 * see http://joe.hotchkiss.com/programming/eval/eval.html
29 */ 29 */
30 30
31 #include "avcodec.h" 31 #include "avcodec.h"
32 #include "mpegvideo.h"
33 #include "eval.h" 32 #include "eval.h"
34 33
35 #include <stdio.h> 34 #include <stdio.h>
36 #include <stdlib.h> 35 #include <stdlib.h>
37 #include <string.h> 36 #include <string.h>