summaryrefslogtreecommitdiff
path: root/ui/gtk/follow_stream.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/gtk/follow_stream.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/gtk/follow_stream.c')
-rw-r--r--ui/gtk/follow_stream.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/ui/gtk/follow_stream.c b/ui/gtk/follow_stream.c
index 3b548efc52..656f622c99 100644
--- a/ui/gtk/follow_stream.c
+++ b/ui/gtk/follow_stream.c
@@ -26,7 +26,6 @@
#ifdef HAVE_UNISTD_H
#include <unistd.h>
#endif
-#include <ctype.h>
#include <string.h>
#include <gtk/gtk.h>