]> The Tcpdump Group git mirrors - tcpdump/commitdiff
remove unnecessary header files.
authoritojun <itojun>
Wed, 19 Jan 2000 04:58:09 +0000 (04:58 +0000)
committeritojun <itojun>
Wed, 19 Jan 2000 04:58:09 +0000 (04:58 +0000)
print-pim.c

index ec5d24e540daca312eefafca29e040708dafc137..d605c68254d7b4ef9335d20a86e535b96ff7ec7b 100644 (file)
@@ -21,7 +21,7 @@
 
 #ifndef lint
 static const char rcsid[] =
-    "@(#) $Header: /tcpdump/master/tcpdump/print-pim.c,v 1.16 2000-01-19 04:57:12 itojun Exp $ (LBL)";
+    "@(#) $Header: /tcpdump/master/tcpdump/print-pim.c,v 1.17 2000-01-19 04:58:09 itojun Exp $ (LBL)";
 #endif
 
 #ifdef HAVE_CONFIG_H
@@ -35,12 +35,6 @@ static const char rcsid[] =
 #include <netinet/in.h>
 #include <netinet/in_systm.h>
 #include <netinet/ip.h>
-/*
-#include <netinet/ip_var.h>
-#include <netinet/udp.h>
-#include <netinet/udp_var.h>
-#include <netinet/tcp.h>
-*/
 
 /*
  * XXX: We consider a case where IPv6 is not ready yet for portability,