mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-31 19:42:26 +00:00
multifdsink: remove defunct include guarded by unused HAVE_FIONREAD_IN_SYS_FILIO
The configure check for this went away in 2012 in commit cd3eee.
This commit is contained in:
parent
2b99761dcf
commit
64b6c4796a
3 changed files with 0 additions and 10 deletions
|
@ -119,10 +119,6 @@
|
|||
#include <sys/stat.h>
|
||||
#include <netinet/in.h>
|
||||
|
||||
#ifdef HAVE_FIONREAD_IN_SYS_FILIO
|
||||
#include <sys/filio.h>
|
||||
#endif
|
||||
|
||||
#include "gstmultifdsink.h"
|
||||
|
||||
#define NOT_IMPLEMENTED 0
|
||||
|
|
|
@ -20,9 +20,6 @@
|
|||
|
||||
#include <unistd.h>
|
||||
#include <sys/ioctl.h>
|
||||
#ifdef HAVE_FIONREAD_IN_SYS_FILIO
|
||||
#include <sys/filio.h>
|
||||
#endif
|
||||
|
||||
#include <gst/check/gstcheck.h>
|
||||
|
||||
|
|
|
@ -24,9 +24,6 @@
|
|||
#include <unistd.h>
|
||||
#include <sys/ioctl.h>
|
||||
#include <sys/socket.h>
|
||||
#ifdef HAVE_FIONREAD_IN_SYS_FILIO
|
||||
#include <sys/filio.h>
|
||||
#endif
|
||||
|
||||
#include <gio/gio.h>
|
||||
#include <gst/check/gstcheck.h>
|
||||
|
|
Loading…
Reference in a new issue