summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libavformat/os_support.c2
1 files changed, 0 insertions, 2 deletions
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 <unistd.h>
#include <fcntl.h>
-#endif
#ifndef HAVE_SYS_POLL_H
#if defined(__MINGW32__)