]> The Tcpdump Group git mirrors - tcpdump/blobdiff - print-ntp.c
Remove unneeded #includes
[tcpdump] / print-ntp.c
index 532e37a2a1198d6ae555dccd46fa8d4652a5b3f8..6ae709e8ad87db13beaea226f9daf522051658a1 100644 (file)
@@ -25,7 +25,7 @@
 
 #ifndef lint
 static const char rcsid[] =
-    "@(#) $Header: /tcpdump/master/tcpdump/print-ntp.c,v 1.29 2000-09-23 08:03:38 guy Exp $ (LBL)";
+    "@(#) $Header: /tcpdump/master/tcpdump/print-ntp.c,v 1.31 2000-10-06 04:23:13 guy Exp $ (LBL)";
 #endif
 
 #ifdef HAVE_CONFIG_H
@@ -36,10 +36,6 @@ static const char rcsid[] =
 #include <sys/time.h>
 #include <sys/socket.h>
 
-struct mbuf;
-struct rtentry;
-#include <net/if.h>
-
 #include <netinet/in.h>
 
 #include <ctype.h>