From 1fc44ed69e009553a5fb2c703f0d60a81d2755ed Mon Sep 17 00:00:00 2001 From: Ramiro Polla Date: Mon, 16 Jul 2007 20:30:28 +0000 Subject: MinGW has those include files. Originally committed as revision 9707 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavformat/os_support.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'libavformat/os_support.c') diff --git a/libavformat/os_support.c b/libavformat/os_support.c index 5a8bb9ecd1..e28a7bc748 100644 --- a/libavformat/os_support.c +++ b/libavformat/os_support.c @@ -21,10 +21,8 @@ */ #include "config.h" #include "avformat.h" -#if !defined(__MINGW32__) #include #include -#endif #ifndef HAVE_SYS_POLL_H #if defined(__MINGW32__) -- cgit v1.2.3