mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2025-12-24 11:52:06 +08:00
lavf: remove unnecessary inclusions of unistd.h
These files do not use anything provided by unistd.h. Signed-off-by: Mans Rullgard <mans@mansr.com>
This commit is contained in:
@@ -57,7 +57,6 @@ int ff_win32_open(const char *filename_utf8, int oflag, int pmode)
|
||||
|
||||
#if CONFIG_NETWORK
|
||||
#include <fcntl.h>
|
||||
#include <unistd.h>
|
||||
#if !HAVE_POLL_H
|
||||
#include <sys/time.h>
|
||||
#if HAVE_WINSOCK2_H
|
||||
|
||||
Reference in New Issue
Block a user