From 4c6bada75863c064314bc52daf899e37cc8b39e3 Mon Sep 17 00:00:00 2001 From: guy Date: Sat, 1 Jun 2002 23:50:30 +0000 Subject: Get rid of unneeded incomplete definitions of "struct mbuf" and "struct rtentry", and unneded includes of , , and . --- print-null.c | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'print-null.c') diff --git a/print-null.c b/print-null.c index 30724ec6..6ed2174d 100644 --- a/print-null.c +++ b/print-null.c @@ -21,7 +21,7 @@ #ifndef lint static const char rcsid[] = - "@(#) $Header: /tcpdump/master/tcpdump/print-null.c,v 1.41 2001-07-05 18:54:15 guy Exp $ (LBL)"; + "@(#) $Header: /tcpdump/master/tcpdump/print-null.c,v 1.42 2002-06-01 23:50:33 guy Exp $ (LBL)"; #endif #ifdef HAVE_CONFIG_H @@ -31,11 +31,6 @@ static const char rcsid[] = #include #include #include -#include -#include - -struct mbuf; -struct rtentry; #include -- cgit v1.2.1