Get rid of unused includes of <ctype.h>.

Change-Id: Iab9eaeb0f5765748b2582177396264e4e69bc6d1
Reviewed-on: https://code.wireshark.org/review/4786
Reviewed-by: Guy Harris <guy@alum.mit.edu>
This commit is contained in:
Guy Harris 2014-10-17 14:04:37 -07:00
parent 5bfde7c638
commit 36e4e6fa0a
2 changed files with 0 additions and 2 deletions

View File

@ -32,7 +32,6 @@
#include <unistd.h>
#endif
#include <ctype.h>
#include <string.h>
/* Last updated: Feb 03 2005: Josh Bailey (joshbailey@lucent.com).

View File

@ -53,7 +53,6 @@
/* #define DEBUG_K12 */
#ifdef DEBUG_K12
#include <stdio.h>
#include <ctype.h>
#include <stdarg.h>
#include <wsutil/file_util.h>