multifdsink: remove defunct include guarded by unused HAVE_FIONREAD_IN_SYS_FILIO
authorTim-Philipp Müller <tim@centricular.com>
Sat, 7 Dec 2019 20:47:01 +0000 (20:47 +0000)
committerGStreamer Merge Bot <gitlab-merge-bot@gstreamer-foundation.org>
Mon, 9 Dec 2019 07:33:55 +0000 (07:33 +0000)
The configure check for this went away in 2012 in commit cd3eee.

gst/tcp/gstmultifdsink.c
tests/check/elements/multifdsink.c
tests/check/elements/multisocketsink.c

index 900a8ff..ea7b285 100644 (file)
 #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
index 55b59bf..2d02a2d 100644 (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>
 
index 9ec0cc9..4356397 100644 (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>