]> git.sesse.net Git - vlc/blobdiff - modules/control/netsync.c
Remove useless <fcntl.h> and <sys/time.h> inclusions
[vlc] / modules / control / netsync.c
index b8349141b4550c4ab2cf2e098a8ce3c565eaa4e8..5652d0e15a3c32975a8dcca2540bf14c4597a591 100644 (file)
@@ -37,9 +37,6 @@
 #ifdef HAVE_UNISTD_H
 #    include <unistd.h>
 #endif
-#ifdef HAVE_SYS_TIME_H
-#    include <sys/time.h>
-#endif
 #ifdef HAVE_SYS_TYPES_H
 #   include <sys/types.h>
 #endif