From 8d52bdae65777b8a166eb0f51f366e2a70d00465 Mon Sep 17 00:00:00 2001 From: guy Date: Sat, 6 Apr 2002 23:27:33 +0000 Subject: There's no need to include twice. --- nametoaddr.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'nametoaddr.c') diff --git a/nametoaddr.c b/nametoaddr.c index d9a0389..020b068 100644 --- a/nametoaddr.c +++ b/nametoaddr.c @@ -24,7 +24,7 @@ #ifndef lint static const char rcsid[] = - "@(#) $Header: /tcpdump/master/libpcap/nametoaddr.c,v 1.60 2001-07-28 22:56:35 guy Exp $ (LBL)"; + "@(#) $Header: /tcpdump/master/libpcap/nametoaddr.c,v 1.61 2002-04-06 23:27:33 guy Exp $ (LBL)"; #endif #ifdef HAVE_CONFIG_H @@ -44,8 +44,8 @@ struct rtentry; #include #endif #include -#ifdef INET6 #include +#ifdef INET6 #include #endif /*INET6*/ @@ -53,7 +53,6 @@ struct rtentry; #include #include #include -#include #include #include "pcap-int.h" -- cgit v1.2.3