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:
Tim-Philipp Müller 2019-12-07 20:47:01 +00:00 committed by GStreamer Merge Bot
parent 2b99761dcf
commit 64b6c4796a
3 changed files with 0 additions and 10 deletions

View file

@ -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

View file

@ -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>

View file

@ -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>