From: guy Date: Sat, 1 Jun 2002 23:43:34 +0000 (+0000) Subject: "gmt2local.c" doesn't need "struct timeval", so it doesn't need to X-Git-Tag: tcpdump-3.8-bp~470 X-Git-Url: https://git.tcpdump.org/tcpdump/commitdiff_plain/07f12c5e5361c1564e0b9a902236023b073bb582?ds=sidebyside "gmt2local.c" doesn't need "struct timeval", so it doesn't need to include . --- diff --git a/gmt2local.c b/gmt2local.c index 75274967..a7907402 100644 --- a/gmt2local.c +++ b/gmt2local.c @@ -21,7 +21,7 @@ #ifndef lint static const char rcsid[] = - "@(#) $Header: /tcpdump/master/tcpdump/gmt2local.c,v 1.4 2000-07-11 00:49:02 assar Exp $ (LBL)"; + "@(#) $Header: /tcpdump/master/tcpdump/gmt2local.c,v 1.5 2002-06-01 23:43:34 guy Exp $ (LBL)"; #endif #ifdef HAVE_CONFIG_H @@ -29,12 +29,9 @@ static const char rcsid[] = #endif #include -#include #include -#ifdef TIME_WITH_SYS_TIME #include -#endif #ifdef HAVE_OS_PROTO_H #include "os-proto.h"