Commit 4f9272f7 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Remove useless <ctype.h> inclusions

parent a52793e9
...@@ -45,7 +45,6 @@ ...@@ -45,7 +45,6 @@
#include <vlc_demux.h> #include <vlc_demux.h>
#include <vlc_input.h> #include <vlc_input.h>
#include <ctype.h>
#include <fcntl.h> #include <fcntl.h>
#include <unistd.h> #include <unistd.h>
#include <sys/ioctl.h> #include <sys/ioctl.h>
......
...@@ -38,7 +38,6 @@ ...@@ -38,7 +38,6 @@
#include <vlc_demux.h> #include <vlc_demux.h>
#include <vlc_charset.h> #include <vlc_charset.h>
#include <ctype.h>
#include <fcntl.h> #include <fcntl.h>
#include <unistd.h> #include <unistd.h>
#include <sys/ioctl.h> #include <sys/ioctl.h>
......
...@@ -27,7 +27,6 @@ ...@@ -27,7 +27,6 @@
#include <vlc_plugin.h> #include <vlc_plugin.h>
#include <vlc_interface.h> #include <vlc_interface.h>
#include <vlc_keys.h> #include <vlc_keys.h>
#include <ctype.h>
#include <errno.h> #include <errno.h>
#include <xcb/xcb.h> #include <xcb/xcb.h>
......
...@@ -32,7 +32,6 @@ ...@@ -32,7 +32,6 @@
#include <vlc_common.h> #include <vlc_common.h>
#include <stdlib.h> #include <stdlib.h>
#include <strings.h> #include <strings.h>
#include <ctype.h>
#include <vlc_interface.h> #include <vlc_interface.h>
#include <vlc_playlist.h> #include <vlc_playlist.h>
......
...@@ -29,6 +29,7 @@ ...@@ -29,6 +29,7 @@
#include "http.h" #include "http.h"
#include <limits.h> #include <limits.h>
#include <errno.h> #include <errno.h>
#include <ctype.h>
/* Utility function for scandir */ /* Utility function for scandir */
static int Filter( const char *foo ) static int Filter( const char *foo )
......
...@@ -34,7 +34,6 @@ ...@@ -34,7 +34,6 @@
#include <vlc_plugin.h> #include <vlc_plugin.h>
#include <errno.h> /* ENOMEM */ #include <errno.h> /* ENOMEM */
#include <ctype.h>
#include <signal.h> #include <signal.h>
#include <assert.h> #include <assert.h>
......
...@@ -51,8 +51,6 @@ http://service.real.com/help/library/guides/realone/IntroGuide/HTML/htmfiles/ram ...@@ -51,8 +51,6 @@ http://service.real.com/help/library/guides/realone/IntroGuide/HTML/htmfiles/ram
#include <vlc_demux.h> #include <vlc_demux.h>
#include <vlc_url.h> #include <vlc_url.h>
#include <ctype.h>
#include "playlist.h" #include "playlist.h"
struct demux_sys_t struct demux_sys_t
......
...@@ -38,7 +38,6 @@ ...@@ -38,7 +38,6 @@
#ifdef HAVE_SYS_TYPES_H #ifdef HAVE_SYS_TYPES_H
# include <sys/types.h> # include <sys/types.h>
#endif #endif
#include <ctype.h>
#include <vlc_demux.h> #include <vlc_demux.h>
#include <vlc_charset.h> #include <vlc_charset.h>
......
...@@ -33,7 +33,6 @@ ...@@ -33,7 +33,6 @@
#include <vlc_common.h> #include <vlc_common.h>
#include <vlc_plugin.h> #include <vlc_plugin.h>
#include <ctype.h>
#include <assert.h> #include <assert.h>
#include <vlc_access.h> /* DVB-specific things */ #include <vlc_access.h> /* DVB-specific things */
......
...@@ -30,8 +30,6 @@ ...@@ -30,8 +30,6 @@
#include "../src/vlcproc.hpp" #include "../src/vlcproc.hpp"
#include "../src/window_manager.hpp" #include "../src/window_manager.hpp"
#include <cctype>
#ifdef HAVE_FCNTL_H #ifdef HAVE_FCNTL_H
# include <fcntl.h> # include <fcntl.h>
#endif #endif
......
...@@ -40,8 +40,6 @@ ...@@ -40,8 +40,6 @@
#include <vlc_network.h> #include <vlc_network.h>
#include <vlc_charset.h> #include <vlc_charset.h>
#include <ctype.h>
#ifdef HAVE_UNISTD_H #ifdef HAVE_UNISTD_H
# include <unistd.h> # include <unistd.h>
#endif #endif
......
...@@ -40,7 +40,6 @@ ...@@ -40,7 +40,6 @@
#include <string.h> #include <string.h>
#include <stdio.h> #include <stdio.h>
#include <ctype.h>
#ifdef HAVE_UNISTD_H #ifdef HAVE_UNISTD_H
# include <unistd.h> # include <unistd.h>
......
...@@ -42,7 +42,6 @@ ...@@ -42,7 +42,6 @@
#include <string.h> #include <string.h>
#include <stdio.h> #include <stdio.h>
#include <ctype.h>
#ifdef HAVE_UNISTD_H #ifdef HAVE_UNISTD_H
# include <unistd.h> # include <unistd.h>
......
...@@ -36,7 +36,6 @@ ...@@ -36,7 +36,6 @@
#include <string.h> #include <string.h>
#include <stdio.h> #include <stdio.h>
#include <ctype.h>
#ifdef HAVE_UNISTD_H #ifdef HAVE_UNISTD_H
# include <unistd.h> # include <unistd.h>
......
...@@ -31,9 +31,6 @@ ...@@ -31,9 +31,6 @@
#include <vlc_common.h> #include <vlc_common.h>
#include <ctype.h>
#undef iconv_t #undef iconv_t
#undef iconv_open #undef iconv_open
#undef iconv #undef iconv
......
...@@ -31,7 +31,6 @@ ...@@ -31,7 +31,6 @@
#include <vlc_common.h> #include <vlc_common.h>
#include <ctype.h>
#include <limits.h> #include <limits.h>
#include <assert.h> #include <assert.h>
#include <errno.h> #include <errno.h>
......
...@@ -29,8 +29,6 @@ ...@@ -29,8 +29,6 @@
# include "config.h" # include "config.h"
#endif #endif
#include <ctype.h>
#include <vlc_common.h> #include <vlc_common.h>
#include <vlc_epg.h> #include <vlc_epg.h>
......
...@@ -34,7 +34,6 @@ ...@@ -34,7 +34,6 @@
# include "config.h" # include "config.h"
#endif #endif
#include <ctype.h>
#include <errno.h> #include <errno.h>
#include <vlc_common.h> #include <vlc_common.h>
......
...@@ -35,7 +35,6 @@ ...@@ -35,7 +35,6 @@
#include <stdlib.h> /* free() */ #include <stdlib.h> /* free() */
#include <stdio.h> /* sprintf() */ #include <stdio.h> /* sprintf() */
#include <string.h> #include <string.h>
#include <ctype.h> /* tolower(), isxdigit() */
#include <assert.h> #include <assert.h>
#include <vlc_sout.h> #include <vlc_sout.h>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment