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__)