]> git.sesse.net Git - vlc/blobdiff - modules/services_discovery/sap.c
Remove useless <fcntl.h> and <sys/time.h> inclusions
[vlc] / modules / services_discovery / sap.c
index 8da5f43c5d26909b0642c22ca6f61e0d0eed32fd..4cd31ec240ac5bf5a2f060bfabc533f302b13967 100644 (file)
@@ -43,9 +43,6 @@
 #ifdef HAVE_UNISTD_H
 #    include <unistd.h>
 #endif
-#ifdef HAVE_SYS_TIME_H
-#    include <sys/time.h>
-#endif
 #ifdef HAVE_POLL
 # include <poll.h>
 #endif