From 4e5a51481343ef4e08a3779186f466f3458259ff Mon Sep 17 00:00:00 2001 From: Mans Rullgard Date: Tue, 19 Jun 2012 15:11:34 +0100 Subject: lavf: remove unnecessary inclusions of unistd.h These files do not use anything provided by unistd.h. Signed-off-by: Mans Rullgard --- libavformat/os_support.c | 1 - 1 file changed, 1 deletion(-) (limited to 'libavformat/os_support.c') diff --git a/libavformat/os_support.c b/libavformat/os_support.c index 4181350b00..eaada4be0b 100644 --- a/libavformat/os_support.c +++ b/libavformat/os_support.c @@ -57,7 +57,6 @@ int ff_win32_open(const char *filename_utf8, int oflag, int pmode) #if CONFIG_NETWORK #include -#include #if !HAVE_POLL_H #include #if HAVE_WINSOCK2_H -- cgit v1.2.3