From 214a78c8e1c3376396047da635f6cf88c2af0747 Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Fri, 17 Oct 2014 14:27:07 -0700 Subject: [PATCH] Get rid of unnecessary include of ctype.h. Change-Id: Ib83e707ebbbb420ce269a652ede6b7366d24240e Reviewed-on: https://code.wireshark.org/review/4792 Reviewed-by: Guy Harris --- capchild/capture_sync.c | 1 - 1 file changed, 1 deletion(-) diff --git a/capchild/capture_sync.c b/capchild/capture_sync.c index a5840f573b..8542105a04 100644 --- a/capchild/capture_sync.c +++ b/capchild/capture_sync.c @@ -27,7 +27,6 @@ #include #include #include -#include #include #ifdef HAVE_UNISTD_H -- 2.34.1