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 @@
#include <vlc_demux.h>
#include <vlc_input.h>
#include <ctype.h>
#include <fcntl.h>
#include <unistd.h>
#include <sys/ioctl.h>
......
......@@ -38,7 +38,6 @@
#include <vlc_demux.h>
#include <vlc_charset.h>
#include <ctype.h>
#include <fcntl.h>
#include <unistd.h>
#include <sys/ioctl.h>
......
......@@ -27,7 +27,6 @@
#include <vlc_plugin.h>
#include <vlc_interface.h>
#include <vlc_keys.h>
#include <ctype.h>
#include <errno.h>
#include <xcb/xcb.h>
......
......@@ -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>
......
......@@ -29,6 +29,7 @@
#include "http.h"
#include <limits.h>
#include <errno.h>
#include <ctype.h>
/* Utility function for scandir */
static int Filter( const char *foo )
......
......@@ -34,7 +34,6 @@
#include <vlc_plugin.h>
#include <errno.h> /* ENOMEM */
#include <ctype.h>
#include <signal.h>
#include <assert.h>
......
......@@ -51,8 +51,6 @@ http://service.real.com/help/library/guides/realone/IntroGuide/HTML/htmfiles/ram
#include <vlc_demux.h>
#include <vlc_url.h>
#include <ctype.h>
#include "playlist.h"
struct demux_sys_t
......
......@@ -38,7 +38,6 @@
#ifdef HAVE_SYS_TYPES_H
# include <sys/types.h>
#endif
#include <ctype.h>
#include <vlc_demux.h>
#include <vlc_charset.h>
......
......@@ -33,7 +33,6 @@
#include <vlc_common.h>
#include <vlc_plugin.h>
#include <ctype.h>
#include <assert.h>
#include <vlc_access.h> /* DVB-specific things */
......
......@@ -30,8 +30,6 @@
#include "../src/vlcproc.hpp"
#include "../src/window_manager.hpp"
#include <cctype>
#ifdef HAVE_FCNTL_H
# include <fcntl.h>
#endif
......
......@@ -40,8 +40,6 @@
#include <vlc_network.h>
#include <vlc_charset.h>
#include <ctype.h>
#ifdef HAVE_UNISTD_H
# include <unistd.h>
#endif
......
......@@ -40,7 +40,6 @@
#include <string.h>
#include <stdio.h>
#include <ctype.h>
#ifdef HAVE_UNISTD_H
# include <unistd.h>
......
......@@ -42,7 +42,6 @@
#include <string.h>
#include <stdio.h>
#include <ctype.h>
#ifdef HAVE_UNISTD_H
# include <unistd.h>
......
......@@ -36,7 +36,6 @@
#include <string.h>
#include <stdio.h>
#include <ctype.h>
#ifdef HAVE_UNISTD_H
# include <unistd.h>
......
......@@ -31,9 +31,6 @@
#include <vlc_common.h>
#include <ctype.h>
#undef iconv_t
#undef iconv_open
#undef iconv
......
......@@ -31,7 +31,6 @@
#include <vlc_common.h>
#include <ctype.h>
#include <limits.h>
#include <assert.h>
#include <errno.h>
......
......@@ -29,8 +29,6 @@
# include "config.h"
#endif
#include <ctype.h>
#include <vlc_common.h>
#include <vlc_epg.h>
......
......@@ -34,7 +34,6 @@
# include "config.h"
#endif
#include <ctype.h>
#include <errno.h>
#include <vlc_common.h>
......
......@@ -35,7 +35,6 @@
#include <stdlib.h> /* free() */
#include <stdio.h> /* sprintf() */
#include <string.h>
#include <ctype.h> /* tolower(), isxdigit() */
#include <assert.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