]> git.sesse.net Git - vlc/blobdiff - modules/control/telnet.c
Remove useless <fcntl.h> inclusions
[vlc] / modules / control / telnet.c
index c2370cbec5739d9ec2334a441b08cfca8c9d6211..0b63fd1b962cd9b8ed11754021f6ac85cecc861c 100644 (file)
 #include <stdbool.h>
 
 #include <errno.h>
-#include <fcntl.h>
-
-#ifdef HAVE_SYS_TIME_H
-#    include <sys/time.h>
-#endif
 
 #ifdef HAVE_UNISTD_H
 #   include <unistd.h>