]> git.sesse.net Git - vlc/commitdiff
Remove useless <ctype.h> inclusions
authorRémi Denis-Courmont <remi@remlab.net>
Mon, 11 Jan 2010 17:17:18 +0000 (19:17 +0200)
committerRémi Denis-Courmont <remi@remlab.net>
Mon, 11 Jan 2010 17:17:18 +0000 (19:17 +0200)
19 files changed:
modules/access/alsa.c
modules/access/oss.c
modules/control/globalhotkeys/xcb.c
modules/control/http/http.h
modules/control/http/mvar.c
modules/control/rc.c
modules/demux/playlist/ram.c
modules/demux/subtitle_asa.c
modules/demux/ts.c
modules/gui/skins2/src/theme_loader.cpp
modules/services_discovery/sap.c
src/control/mediacontrol_audio_video.c
src/control/mediacontrol_core.c
src/control/mediacontrol_util.c
src/extras/libc.c
src/input/input.c
src/misc/epg.c
src/misc/image.c
src/stream_output/sap.c

index adb0bcbae67e5e0dc2a8a89c88eb561a7badd273..a86054d3de533c39c94b2e9791604e13352bb7da 100644 (file)
@@ -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>
index 41a7197d4dd833da87018a1e9097798186743b6d..52ec5f2bff20b07622ecb712027284b158950cdc 100644 (file)
@@ -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>
index 8fe4167f8141a470703aaa2d29c33b0f6dd6e3dd..d31af2cc2a16734c91608e3b12b43aa573e99eef 100644 (file)
@@ -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>
index a24c6f2fcd1863f8381899116642a573f19aa0e3..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>
 
index 01b6cbfcd5ce938548482118e7f708e9dda81e87..13a5b9864256a480b3e8c1d0ba6535be786f2b4c 100644 (file)
@@ -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 )
index a0934fe9048df98f3ebe9e5d26fe6de92990432e..e9f90058b057fd805d4383151869414b711ce9c4 100644 (file)
@@ -34,7 +34,6 @@
 #include <vlc_plugin.h>
 
 #include <errno.h>                                                 /* ENOMEM */
-#include <ctype.h>
 #include <signal.h>
 #include <assert.h>
 
index f3efef7ba96556ab4232cc4424be538091123151..8542f0631ef2b2a3f005c4f8079f1920aa6ddb67 100644 (file)
@@ -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
index d45c739c55ece33021cf397cf36744336ba456d4..c634c513194716a10491c15637c60c4e2edefc69 100644 (file)
@@ -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>
index bec293db9976040e02fea98bfd059838e016fa93..d3fcf37aa10a976fbafb66a016e15e21a49ad63e 100644 (file)
@@ -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 */
index 5f342710b52a450d2d78c3d027f22dd2fc412dcd..f6fe26dc56dc40fcec916f8c865566474fb6f24b 100644 (file)
@@ -30,8 +30,6 @@
 #include "../src/vlcproc.hpp"
 #include "../src/window_manager.hpp"
 
-#include <cctype>
-
 #ifdef HAVE_FCNTL_H
 #   include <fcntl.h>
 #endif
index 288d307d33e78e41c31b4b1544c2d7de02d3bc68..8da5f43c5d26909b0642c22ca6f61e0d0eed32fd 100644 (file)
@@ -40,8 +40,6 @@
 #include <vlc_network.h>
 #include <vlc_charset.h>
 
-#include <ctype.h>
-
 #ifdef HAVE_UNISTD_H
 #    include <unistd.h>
 #endif
index c23b45d826bc7345cb60b38ec1ce712fd860fe31..8f6602d448f0b57a3e5e93af438dfb8f92f5ef80 100644 (file)
@@ -40,7 +40,6 @@
 #include <string.h>
 
 #include <stdio.h>
-#include <ctype.h>
 
 #ifdef HAVE_UNISTD_H
 #    include <unistd.h>
index 1b66e39e5c9239b7631c4a5cba09f4dc527fa72b..709019440c1d8c540298774120f7d67086b4f329 100644 (file)
@@ -42,7 +42,6 @@
 #include <string.h>
 
 #include <stdio.h>
-#include <ctype.h>
 
 #ifdef HAVE_UNISTD_H
 #    include <unistd.h>
index de01a8a90462a7a1903a46dd3d369e5ba4830cf9..3dcfd431d40b88ea4da5a74c8000bd124774c427 100644 (file)
@@ -36,7 +36,6 @@
 #include <string.h>
 
 #include <stdio.h>
-#include <ctype.h>
 
 #ifdef HAVE_UNISTD_H
 #    include <unistd.h>
index 115bc0934b0f8dd0e53ca99b2d170d14ca990c44..738ed4923174a40386e2f5bf2d67b42767edd2bb 100644 (file)
@@ -31,9 +31,6 @@
 
 #include <vlc_common.h>
 
-#include <ctype.h>
-
-
 #undef iconv_t
 #undef iconv_open
 #undef iconv
index cd935fa1c8098c40dbc181014cc99bd2f8c3095b..3e1f9c427d6f4a28e4922f55cfd3b7580a1cdd22 100644 (file)
@@ -31,7 +31,6 @@
 
 #include <vlc_common.h>
 
-#include <ctype.h>
 #include <limits.h>
 #include <assert.h>
 #include <errno.h>
index ccf555f34178be394237080c20af5104b427d8b1..f640cb103bba77865d195f59e1071e87befe59d8 100644 (file)
@@ -29,8 +29,6 @@
 # include "config.h"
 #endif
 
-#include <ctype.h>
-
 #include <vlc_common.h>
 #include <vlc_epg.h>
 
index f3377277a07fa7bae50c08023720966c07bfc697..11861637230ad60f73ea0b968e308929821417fb 100644 (file)
@@ -34,7 +34,6 @@
 # include "config.h"
 #endif
 
-#include <ctype.h>
 #include <errno.h>
 
 #include <vlc_common.h>
index 3dbaf40337c783ac4f97527e191688777d40285a..f4d9a08d40936b53e02a109e62a92d9fe6d9c07c 100644 (file)
@@ -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>