Get rid of unnecessary includes of ctype.h.

Change-Id: Ic23203f13fd6627b664e8ed1438d328c46328b9f
Reviewed-on: https://code.wireshark.org/review/4790
Reviewed-by: Guy Harris <guy@alum.mit.edu>
This commit is contained in:
Guy Harris 2014-10-17 14:22:24 -07:00
parent 5fc398c328
commit e304f6d9f8
4 changed files with 0 additions and 5 deletions

View File

@ -34,7 +34,6 @@
#endif
#include <stdio.h>
#include <ctype.h>
#include <stdlib.h>
#include <string.h>
#include <errno.h>

View File

@ -49,8 +49,6 @@ static char sccsid[] = "@(#)inet_addr.c 8.1 (Berkeley) 6/17/93";
#include <arpa/inet.h>
#endif
#include <ctype.h>
#include "inet_aton.h"
/*

View File

@ -19,7 +19,6 @@
#include <ansidecl.h>
#include <string.h>
#include <ctype.h>
#include "wsutil/strncasecmp.h"

View File

@ -26,7 +26,6 @@
#include "config.h"
#include <ctype.h>
#include <limits.h>
#include <string.h>
#include <time.h>