]> git.sesse.net Git - vlc/blobdiff - modules/access_output/file.c
Remove useless <sys/stat.h> includes
[vlc] / modules / access_output / file.c
index 123bcaec47ba414ff44f1b1d2b636748cd25fab3..3bb110d826dbcb56042c3948213f8ecdf83902c5 100644 (file)
@@ -31,7 +31,6 @@
 #endif
 
 #include <sys/types.h>
-#include <sys/stat.h>
 #include <time.h>
 #include <fcntl.h>
 #include <errno.h>