After a comment from Rod Grimes about buf.h, I went back and looked at this

and found that swapinfo doesn't need that include file and five others (!).
Sheesh.
This commit is contained in:
David Greenman 1994-10-05 10:20:17 +00:00
parent 5f7daa9621
commit 29568da84a

View File

@ -8,16 +8,10 @@
* Kevin Lahey, February 16, 1993
*/
#include <sys/param.h>
#include <stdio.h>
#include <stdlib.h>
#include <sys/types.h>
#include <sys/ioctl.h>
#include <sys/termios.h>
#include <sys/stat.h>
#include <sys/tty.h>
#include <sys/uio.h>
#include <sys/buf.h>
#include <sys/conf.h>
#include <sys/rlist.h>
#include <nlist.h>