Get rid of unnecessary includes of ctype.h.

Change-Id: Ibb194cd839d174af9c96f7bb1e2941b3dd6c1ce1
Reviewed-on: https://code.wireshark.org/review/4797
Reviewed-by: Guy Harris <guy@alum.mit.edu>
This commit is contained in:
Guy Harris 2014-10-17 16:30:56 -07:00
parent 033f096ee9
commit 19b7819694
5 changed files with 0 additions and 5 deletions

View File

@ -23,7 +23,6 @@
#include "config.h"
#include <string.h>
#include <ctype.h>
#include <glib.h>
#include "asm_utils.h"

View File

@ -24,7 +24,6 @@
#include <stdio.h>
#include <string.h>
#include <ctype.h>
#include <errno.h>
#ifdef HAVE_UNISTD_H

View File

@ -26,7 +26,6 @@
#include <stdlib.h>
#include <string.h>
#include <stdarg.h>
#include <ctype.h>
#include <time.h>
#ifdef HAVE_SYS_TIME_H

View File

@ -379,7 +379,6 @@ void except_free(void *ptr)
#ifdef KAZLIB_TEST_MAIN
#include <stdio.h>
#include <ctype.h>
static void cleanup(void *arg)
{

View File

@ -32,7 +32,6 @@
#endif
#include <string.h>
#include <ctype.h>
#include <time.h>
#include "packet.h"