summaryrefslogtreecommitdiff
path: root/ui/text_import.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2014-10-16 23:57:03 -0700
committerGuy Harris <guy@alum.mit.edu>2014-10-17 06:57:41 +0000
commit87545f39da530ec1cd6c630f819e3f3d7e6bb945 (patch)
tree13cb68b22e7e9c6d62db6f392b7ee15363883435 /ui/text_import.c
parentf90d8dcbbbb7124d05d261c06c978d7f000b301d (diff)
downloadwireshark-87545f39da530ec1cd6c630f819e3f3d7e6bb945.tar.gz
Remove unnecessary includes of <ctype.h>.
Change-Id: I8eacec5fa8d57b10d40a3627197461dae89c6cb2 Reviewed-on: https://code.wireshark.org/review/4768 Reviewed-by: Guy Harris <guy@alum.mit.edu>
Diffstat (limited to 'ui/text_import.c')
-rw-r--r--ui/text_import.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/ui/text_import.c b/ui/text_import.c
index d02b1bdcd6..c9ac27c959 100644
--- a/ui/text_import.c
+++ b/ui/text_import.c
@@ -105,7 +105,6 @@
# define __EXTENSIONS__
#endif
-#include <ctype.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>