]> git.sesse.net Git - vlc/blobdiff - src/network/io.c
Remove useless <fcntl.h> and <sys/time.h> inclusions
[vlc] / src / network / io.c
index ef07124f740e2ec781a404c72b0b2f80b1550d03..554b23456c43a7cf7972f542102a9347f47965a7 100644 (file)
@@ -44,9 +44,6 @@
 #ifdef HAVE_FCNTL_H
 #   include <fcntl.h>
 #endif
-#ifdef HAVE_SYS_TIME_H
-#    include <sys/time.h>
-#endif
 #ifdef HAVE_UNISTD_H
 #   include <unistd.h>
 #endif