summaryrefslogtreecommitdiff
path: root/epan
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
parent033f096ee909b63c0692b80416797f743940d054 (diff)
downloadwireshark-19b7819694d328bdc17cd7d4812ed7f6edfd623d.tar.gz
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')
-rw-r--r--epan/asm_utils.c1
-rw-r--r--epan/column.c1
-rw-r--r--epan/emem.c1
-rw-r--r--epan/except.c1
-rw-r--r--epan/packet.c1
5 files changed, 0 insertions, 5 deletions
diff --git a/epan/asm_utils.c b/epan/asm_utils.c
index c80b870176..afc0b2c3a8 100644
--- a/epan/asm_utils.c
+++ b/epan/asm_utils.c
@@ -23,7 +23,6 @@
#include "config.h"
#include <string.h>
-#include <ctype.h>
#include <glib.h>
#include "asm_utils.h"
diff --git a/epan/column.c b/epan/column.c
index 8544f84b21..24a35f5084 100644
--- a/epan/column.c
+++ b/epan/column.c
@@ -24,7 +24,6 @@
#include <stdio.h>
#include <string.h>
-#include <ctype.h>
#include <errno.h>
#ifdef HAVE_UNISTD_H
diff --git a/epan/emem.c b/epan/emem.c
index eea1ceec09..b603a4e47a 100644
--- a/epan/emem.c
+++ b/epan/emem.c
@@ -26,7 +26,6 @@
#include <stdlib.h>
#include <string.h>
#include <stdarg.h>
-#include <ctype.h>
#include <time.h>
#ifdef HAVE_SYS_TIME_H
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)
{
diff --git a/epan/packet.c b/epan/packet.c
index 2f907cb0f2..a02d59003c 100644
--- a/epan/packet.c
+++ b/epan/packet.c
@@ -32,7 +32,6 @@
#endif
#include <string.h>
-#include <ctype.h>
#include <time.h>
#include "packet.h"