don't need pte.h and vmmac.h
authorMike Karels <karels@ucbvax.Berkeley.EDU>
Tue, 2 Jul 1991 02:55:09 +0000 (18:55 -0800)
committerMike Karels <karels@ucbvax.Berkeley.EDU>
Tue, 2 Jul 1991 02:55:09 +0000 (18:55 -0800)
SCCS-vsn: usr.bin/netstat/main.c 5.22

usr/src/usr.bin/netstat/main.c

index d18e039..0cc9a2e 100644 (file)
@@ -12,14 +12,12 @@ char copyright[] =
 #endif /* not lint */
 
 #ifndef lint
 #endif /* not lint */
 
 #ifndef lint
-static char sccsid[] = "@(#)main.c     5.21 (Berkeley) %G%";
+static char sccsid[] = "@(#)main.c     5.22 (Berkeley) %G%";
 #endif /* not lint */
 
 #include <sys/param.h>
 #endif /* not lint */
 
 #include <sys/param.h>
-#include <sys/vmmac.h>
 #include <sys/socket.h>
 #include <sys/file.h>
 #include <sys/socket.h>
 #include <sys/file.h>
-#include <machine/pte.h>
 #include <errno.h>
 #include <netdb.h>
 #include <nlist.h>
 #include <errno.h>
 #include <netdb.h>
 #include <nlist.h>