mirror of
https://github.com/transmission/transmission
synced 2025-03-11 22:52:53 +00:00
remove some unused #include <ctype.h> directives
This commit is contained in:
parent
69c4b99995
commit
085235b10b
2 changed files with 0 additions and 2 deletions
|
@ -11,7 +11,6 @@
|
|||
*/
|
||||
|
||||
#include <assert.h>
|
||||
#include <ctype.h>
|
||||
#include <errno.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
|
|
|
@ -23,7 +23,6 @@
|
|||
*****************************************************************************/
|
||||
|
||||
#include <assert.h>
|
||||
#include <ctype.h>
|
||||
#include <errno.h>
|
||||
#include <stdarg.h>
|
||||
#include <stdio.h>
|
||||
|
|
Loading…
Add table
Reference in a new issue