]> git.sesse.net Git - vlc/blobdiff - modules/access/dvb/access.c
Remove useless <fcntl.h> inclusions
[vlc] / modules / access / dvb / access.c
index c4b73381afe89c57a554748385967289287eb9d6..bf628b40507edd5acd5a051fd824b4a31355b19e 100644 (file)
@@ -42,9 +42,8 @@
 #   include <unistd.h>
 #endif
 
-#include <fcntl.h>
 #include <sys/types.h>
-#include <sys/poll.h>
+#include <poll.h>
 
 #include <errno.h>