]> git.sesse.net Git - vlc/blobdiff - modules/control/http/http.h
Remove useless <ctype.h> inclusions
[vlc] / modules / control / http / http.h
index 7fabbac7cc392ca9a87d1e6c8287e2c0111836b7..1ea3726da73b02a432426b502d217fd964e99c8f 100644 (file)
@@ -32,7 +32,6 @@
 #include <vlc_common.h>
 #include <stdlib.h>
 #include <strings.h>
-#include <ctype.h>
 #include <vlc_interface.h>
 #include <vlc_playlist.h>
 
@@ -45,9 +44,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