aboutsummaryrefslogtreecommitdiffstats
path: root/epan/except.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2014-10-17 16:30:56 -0700
committerGuy Harris <guy@alum.mit.edu>2014-10-17 23:31:20 +0000
commit19b7819694d328bdc17cd7d4812ed7f6edfd623d (patch)
tree03314555716e53477a2d5f5944ee71e306a76178 /epan/except.c
parent033f096ee909b63c0692b80416797f743940d054 (diff)
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>
Diffstat (limited to 'epan/except.c')
-rw-r--r--epan/except.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/epan/except.c b/epan/except.c
index ff146f1500..bb13f4f971 100644
--- a/epan/except.c
+++ b/epan/except.c
@@ -379,7 +379,6 @@ void except_free(void *ptr)
#ifdef KAZLIB_TEST_MAIN
#include <stdio.h>
-#include <ctype.h>
static void cleanup(void *arg)
{