]> The Tcpdump Group git mirrors - tcpdump/commitdiff
Get rid of unneeded includes of <netinet/in_systm.h> and <netinet/ip.h>.
authorguy <guy>
Sun, 2 Jun 2002 18:24:41 +0000 (18:24 +0000)
committerguy <guy>
Sun, 2 Jun 2002 18:24:41 +0000 (18:24 +0000)
print-igmp.c

index 98fd61b77d7681173abd93f7719d4db013ecd891..d8403e902f679a40fedb4205a039d2057a3abc80 100644 (file)
@@ -21,7 +21,7 @@
 
 #ifndef lint
 static const char rcsid[] =
-    "@(#) $Header: /tcpdump/master/tcpdump/print-igmp.c,v 1.5 2001-09-17 21:58:02 fenner Exp $ (LBL)";
+    "@(#) $Header: /tcpdump/master/tcpdump/print-igmp.c,v 1.6 2002-06-02 18:24:41 guy Exp $ (LBL)";
 #endif
 
 #ifdef HAVE_CONFIG_H
@@ -32,8 +32,6 @@ static const char rcsid[] =
 #include <sys/socket.h>
 
 #include <netinet/in.h>
-#include <netinet/in_systm.h>
-#include <netinet/ip.h>
 
 #include <stdio.h>
 #include <string.h>