Remove unnecessary inclusions of [sys/]time.h
Signed-off-by: Mans Rullgard <mans@mansr.com>
This commit is contained in:
parent
4e5a514813
commit
6501dcfb5e
14 changed files with 0 additions and 16 deletions
|
|
@ -39,7 +39,6 @@
|
|||
#if HAVE_POLL_H
|
||||
#include <sys/poll.h>
|
||||
#endif
|
||||
#include <sys/time.h>
|
||||
|
||||
#define RTP_TX_BUF_SIZE (64 * 1024)
|
||||
#define RTP_RX_BUF_SIZE (128 * 1024)
|
||||
|
|
|
|||
|
|
@ -30,7 +30,6 @@
|
|||
#include "avformat.h"
|
||||
#include "avio_internal.h"
|
||||
|
||||
#include <sys/time.h>
|
||||
#if HAVE_POLL_H
|
||||
#include <poll.h>
|
||||
#endif
|
||||
|
|
|
|||
|
|
@ -21,7 +21,6 @@
|
|||
|
||||
#include "avformat.h"
|
||||
|
||||
#include <sys/time.h>
|
||||
#if HAVE_POLL_H
|
||||
#include <poll.h>
|
||||
#endif
|
||||
|
|
|
|||
|
|
@ -30,7 +30,6 @@
|
|||
#if HAVE_POLL_H
|
||||
#include <poll.h>
|
||||
#endif
|
||||
#include <sys/time.h>
|
||||
|
||||
struct SAPState {
|
||||
URLContext *ann_fd;
|
||||
|
|
|
|||
|
|
@ -39,7 +39,6 @@
|
|||
|
||||
#include <netinet/in.h>
|
||||
#include <netinet/sctp.h>
|
||||
#include <sys/time.h>
|
||||
#include <unistd.h>
|
||||
|
||||
#include "config.h"
|
||||
|
|
|
|||
|
|
@ -28,7 +28,6 @@
|
|||
#if HAVE_POLL_H
|
||||
#include <poll.h>
|
||||
#endif
|
||||
#include <sys/time.h>
|
||||
|
||||
typedef struct TCPContext {
|
||||
int fd;
|
||||
|
|
|
|||
|
|
@ -35,7 +35,6 @@
|
|||
#include "network.h"
|
||||
#include "os_support.h"
|
||||
#include "url.h"
|
||||
#include <sys/time.h>
|
||||
|
||||
#ifndef IPV6_ADD_MEMBERSHIP
|
||||
#define IPV6_ADD_MEMBERSHIP IPV6_JOIN_GROUP
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue