comparison beosthread.c @ 4962:f99e40a7155b libavcodec

Remove redundant #inclusion of common.h, avcodec.h already #includes it.
author diego
date Thu, 10 May 2007 09:00:44 +0000
parents c8c591fe26f8
children 4dbe6578f811
comparison
equal deleted inserted replaced
4961:3e8e345084cb 4962:f99e40a7155b
19 * 19 *
20 */ 20 */
21 //#define DEBUG 21 //#define DEBUG
22 22
23 #include "avcodec.h" 23 #include "avcodec.h"
24 #include "common.h"
25 24
26 #include <OS.h> 25 #include <OS.h>
27 26
28 typedef struct ThreadContext{ 27 typedef struct ThreadContext{
29 AVCodecContext *avctx; 28 AVCodecContext *avctx;