diff options
| author | guy <guy> | 2002-08-06 04:42:04 +0000 |
|---|---|---|
| committer | guy <guy> | 2002-08-06 04:42:04 +0000 |
| commit | 79877e90f4799e15c2f2ab71ed2a935f244761c3 (patch) | |
| tree | 0b015abff9f83471ffb16070e347c46fadae3b27 /gmt2local.c | |
| parent | facb08068a8223b743859fabc2778f1198370fd4 (diff) | |
| download | tcpdump-79877e90f4799e15c2f2ab71ed2a935f244761c3.tar.gz | |
Get rid of some unnecessary includes (<time.h>, <netdb.h>, and <ctype.h>
are included by <tcpdump-stdinc.h>, so we don't have to include them
explicitly; <errno.h> isn't needed by print routines).
Diffstat (limited to 'gmt2local.c')
| -rw-r--r-- | gmt2local.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gmt2local.c b/gmt2local.c index a6b50752..68b65379 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.6 2002-08-01 08:52:57 risso Exp $ (LBL)"; + "@(#) $Header: /tcpdump/master/tcpdump/gmt2local.c,v 1.7 2002-08-06 04:42:04 guy Exp $ (LBL)"; #endif #ifdef HAVE_CONFIG_H @@ -31,7 +31,6 @@ static const char rcsid[] = #include <tcpdump-stdinc.h> #include <stdio.h> -#include <time.h> #ifdef HAVE_OS_PROTO_H #include "os-proto.h" |
