From: guy Date: Sun, 24 Sep 2000 07:42:31 +0000 (+0000) Subject: Get rid of some includes that aren't needed; the include of , X-Git-Tag: tcpdump-3.5.1~160 X-Git-Url: https://git.tcpdump.org/tcpdump/commitdiff_plain/6f8f2af2fb52a8ec36a195792732f0924831559b Get rid of some includes that aren't needed; the include of , on at least some platforms, drags in , which may declare some of the structures for ARP packet layouts, and may do so in a fashion that conflicts with the declarations here. --- diff --git a/print-arp.c b/print-arp.c index 1ef2505f..26cb7cde 100644 --- a/print-arp.c +++ b/print-arp.c @@ -21,7 +21,7 @@ #ifndef lint static const char rcsid[] = - "@(#) $Header: /tcpdump/master/tcpdump/print-arp.c,v 1.46 2000-09-23 08:03:31 guy Exp $ (LBL)"; + "@(#) $Header: /tcpdump/master/tcpdump/print-arp.c,v 1.47 2000-09-24 07:42:31 guy Exp $ (LBL)"; #endif #ifdef HAVE_CONFIG_H @@ -32,12 +32,6 @@ static const char rcsid[] = #include #include -struct mbuf; -struct rtentry; -#include - -#include - #include #include