]> git.sesse.net Git - vlc/blobdiff - modules/control/http/http.h
Remove useless <sys/stat.h> includes
[vlc] / modules / control / http / http.h
index 7fabbac7cc392ca9a87d1e6c8287e2c0111836b7..a24c6f2fcd1863f8381899116642a573f19aa0e3 100644 (file)
@@ -45,9 +45,6 @@
 #include <vlc_acl.h>
 #include <vlc_charset.h>
 
-#ifdef HAVE_SYS_STAT_H
-#   include <sys/stat.h>
-#endif
 #ifdef HAVE_FCNTL_H
 #   include <fcntl.h>
 #endif