Commit 15bc6f28 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Useless #include <poll.h>

parent 809e15ac
...@@ -38,7 +38,6 @@ ...@@ -38,7 +38,6 @@
#include <sys/ioctl.h> #include <sys/ioctl.h>
#include <fcntl.h> #include <fcntl.h>
#include <unistd.h> #include <unistd.h>
#include <poll.h>
/* DVB Card Drivers */ /* DVB Card Drivers */
#include <linux/dvb/version.h> #include <linux/dvb/version.h>
......
...@@ -36,7 +36,6 @@ ...@@ -36,7 +36,6 @@
#include <sys/stat.h> #include <sys/stat.h>
#include <fcntl.h> #include <fcntl.h>
#include <unistd.h> #include <unistd.h>
#include <poll.h>
#include <vlc_common.h> #include <vlc_common.h>
#include <vlc_plugin.h> #include <vlc_plugin.h>
......
...@@ -29,9 +29,6 @@ ...@@ -29,9 +29,6 @@
#include <vlc_common.h> #include <vlc_common.h>
#include <vlc_demux.h> #include <vlc_demux.h>
#include <vlc_network.h> #include <vlc_network.h>
#ifdef HAVE_POLL
# include <poll.h>
#endif
#include <vlc_plugin.h> #include <vlc_plugin.h>
#include "../../demux/xiph.h" #include "../../demux/xiph.h"
......
...@@ -32,7 +32,6 @@ ...@@ -32,7 +32,6 @@
#include <errno.h> #include <errno.h>
#include <sys/ioctl.h> #include <sys/ioctl.h>
#include <sys/mman.h> #include <sys/mman.h>
#include <poll.h>
#include <vlc_common.h> #include <vlc_common.h>
#include <vlc_block.h> #include <vlc_block.h>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment