aboutsummaryrefslogtreecommitdiffstats
path: root/rawshark.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2014-10-17 16:42:40 -0700
committerGuy Harris <guy@alum.mit.edu>2014-10-17 23:43:09 +0000
commita91799ebfa3a3aac705132722e57acc92fe4eddb (patch)
tree0c0cc5ec7621cd63308ea11bff865dd0b05f7afb /rawshark.c
parent19b7819694d328bdc17cd7d4812ed7f6edfd623d (diff)
Don't use ctype.h routines.
That avoids locale dependency and handles possibly-signed chars(which we weren't always doing before). Change-Id: I89e50678abb8c3e535081c92ca25bc1bab672c68 Reviewed-on: https://code.wireshark.org/review/4798 Reviewed-by: Guy Harris <guy@alum.mit.edu>
Diffstat (limited to 'rawshark.c')
-rw-r--r--rawshark.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/rawshark.c b/rawshark.c
index 1ca43f865f..9f54e472e5 100644
--- a/rawshark.c
+++ b/rawshark.c
@@ -37,7 +37,6 @@
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
-#include <ctype.h>
#include <locale.h>
#include <limits.h>