mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2024-12-14 11:14:44 +00: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:
parent
4996e8f510
commit
4e5a514813
@ -21,7 +21,6 @@
|
||||
|
||||
#include "libavutil/avstring.h"
|
||||
#include "avformat.h"
|
||||
#include <unistd.h>
|
||||
#include "internal.h"
|
||||
#include "network.h"
|
||||
#include "http.h"
|
||||
|
@ -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
|
||||
|
@ -39,7 +39,6 @@
|
||||
#include "avformat.h"
|
||||
#include "mpegts.h"
|
||||
|
||||
#include <unistd.h>
|
||||
#include "network.h"
|
||||
#include <assert.h>
|
||||
|
||||
|
@ -31,7 +31,6 @@
|
||||
#include "rtpdec.h"
|
||||
#include "url.h"
|
||||
|
||||
#include <unistd.h>
|
||||
#include <stdarg.h>
|
||||
#include "internal.h"
|
||||
#include "network.h"
|
||||
|
Loading…
Reference in New Issue
Block a user