]> git.sesse.net Git - vlc/blobdiff - src/input/vlmshell.c
Remove useless <fcntl.h> and <sys/time.h> inclusions
[vlc] / src / input / vlmshell.c
index 58fe8aa369ab5873c5e4201630f66be827d4a917..284a340d82495d0d112a1264ea3fd0d561c48c7f 100644 (file)
 
 #ifdef ENABLE_VLM
 
-#ifndef WIN32
-#   include <sys/time.h>                                   /* gettimeofday() */
-#endif
-
 #include <time.h>                                                 /* ctime() */
 
 #include <vlc_input.h>