aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--dumpcap.c1
-rw-r--r--tfshark.c1
-rw-r--r--tshark.c1
3 files changed, 0 insertions, 3 deletions
diff --git a/dumpcap.c b/dumpcap.c
index c4830c90fd..b64aec5ec4 100644
--- a/dumpcap.c
+++ b/dumpcap.c
@@ -26,7 +26,6 @@
#include <glib.h>
#include <string.h>
-#include <ctype.h>
#ifdef HAVE_SYS_TYPES_H
# include <sys/types.h>
diff --git a/tfshark.c b/tfshark.c
index 445c79ff6b..2c595dc8af 100644
--- a/tfshark.c
+++ b/tfshark.c
@@ -26,7 +26,6 @@
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
-#include <ctype.h>
#include <locale.h>
#include <limits.h>
diff --git a/tshark.c b/tshark.c
index e60e38ce79..ec3bf552b8 100644
--- a/tshark.c
+++ b/tshark.c
@@ -27,7 +27,6 @@
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
-#include <ctype.h>
#include <locale.h>
#include <limits.h>