From 79877e90f4799e15c2f2ab71ed2a935f244761c3 Mon Sep 17 00:00:00 2001 From: guy Date: Tue, 6 Aug 2002 04:42:04 +0000 Subject: Get rid of some unnecessary includes (, , and are included by , so we don't have to include them explicitly; isn't needed by print routines). --- util.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'util.c') diff --git a/util.c b/util.c index e8515f18..9595dc10 100644 --- a/util.c +++ b/util.c @@ -21,7 +21,7 @@ #ifndef lint static const char rcsid[] = - "@(#) $Header: /tcpdump/master/tcpdump/util.c,v 1.78 2002-08-02 04:22:11 guy Exp $ (LBL)"; + "@(#) $Header: /tcpdump/master/tcpdump/util.c,v 1.79 2002-08-06 04:42:07 guy Exp $ (LBL)"; #endif #ifdef HAVE_CONFIG_H @@ -41,9 +41,6 @@ static const char rcsid[] = #include #include #include -#ifdef TIME_WITH_SYS_TIME -#include -#endif #include "interface.h" -- cgit v1.2.1