]> git.sesse.net Git - vlc/blobdiff - modules/control/rc.c
Remove useless <fcntl.h> and <sys/time.h> inclusions
[vlc] / modules / control / rc.c
index e9f90058b057fd805d4383151869414b711ce9c4..6b5da0b9fe0693cd768eb4995d20761170abac54 100644 (file)
 #ifdef HAVE_UNISTD_H
 #    include <unistd.h>
 #endif
-
-#ifdef HAVE_SYS_TIME_H
-#    include <sys/time.h>
-#endif
 #include <sys/types.h>
 
 #include <vlc_network.h>