1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2025-03-12 07:03:44 +00:00

remove some unused #include <ctype.h> directives

This commit is contained in:
Charles Kerr 2008-01-03 20:17:01 +00:00
parent 69c4b99995
commit 085235b10b
2 changed files with 0 additions and 2 deletions

View file

@ -11,7 +11,6 @@
*/ */
#include <assert.h> #include <assert.h>
#include <ctype.h>
#include <errno.h> #include <errno.h>
#include <stdio.h> #include <stdio.h>
#include <stdlib.h> #include <stdlib.h>

View file

@ -23,7 +23,6 @@
*****************************************************************************/ *****************************************************************************/
#include <assert.h> #include <assert.h>
#include <ctype.h>
#include <errno.h> #include <errno.h>
#include <stdarg.h> #include <stdarg.h>
#include <stdio.h> #include <stdio.h>