Mercurial > libavcodec.hg
comparison w32thread.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 #define WIN32_LEAN_AND_MEAN | 25 #define WIN32_LEAN_AND_MEAN |
| 27 #include <windows.h> | 26 #include <windows.h> |
| 28 #include <process.h> | 27 #include <process.h> |
| 29 | 28 |
