]> git.sesse.net Git - vlc/blobdiff - src/control/mediacontrol_core.c
Remove useless <fcntl.h> and <sys/time.h> inclusions
[vlc] / src / control / mediacontrol_core.c
index 709019440c1d8c540298774120f7d67086b4f329..7d73a600607dc6eb2b366b60fc7240ce706268ef 100644 (file)
@@ -46,9 +46,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