aboutsummaryrefslogtreecommitdiffstats
path: root/captype.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2015-05-16 15:52:31 -0700
committerGuy Harris <guy@alum.mit.edu>2015-05-16 22:53:19 +0000
commitd8b70a82229e4ba2a7f1b45a4969161dea2657b2 (patch)
treeeb572abbc858d39fb36547a6bceb665f35a79bb9 /captype.c
parent08ccac87045baa15ba24e8da80275224297d24b7 (diff)
struct timeval not used, so no need for <sys/time.h>.
Change-Id: I5f635f354db68f1cff0874f3cd0ba09c87edad1d Reviewed-on: https://code.wireshark.org/review/8491 Reviewed-by: Guy Harris <guy@alum.mit.edu>
Diffstat (limited to 'captype.c')
-rw-r--r--captype.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/captype.c b/captype.c
index 2488ddda69..64793fba72 100644
--- a/captype.c
+++ b/captype.c
@@ -40,10 +40,6 @@
#include <getopt.h>
#endif
-#ifdef HAVE_SYS_TIME_H
-#include <sys/time.h>
-#endif
-
#ifdef HAVE_LIBZ
#include <zlib.h> /* to get the libz version number */
#endif