comparison os2thread.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 6b784f65ce16
children 4dbe6578f811
comparison
equal deleted inserted replaced
4961:3e8e345084cb 4962:f99e40a7155b
21 //#define DEBUG 21 //#define DEBUG
22 22
23 // Ported by Vlad Stelmahovsky 23 // Ported by Vlad Stelmahovsky
24 24
25 #include "avcodec.h" 25 #include "avcodec.h"
26 #include "common.h"
27 26
28 #define INCL_DOS 27 #define INCL_DOS
29 #define INCL_DOSERRORS 28 #define INCL_DOSERRORS
30 #define INCL_DOSDEVIOCTL 29 #define INCL_DOSDEVIOCTL
31 #include <os2.h> 30 #include <os2.h>