Don't include <sys/systm.h>. It doesn't do anything, and with recent

changes it breaks building genassym.
This commit is contained in:
Mike Smith 2000-01-07 00:38:02 +00:00
parent 2f4bc071b3
commit f06f6736b0
2 changed files with 0 additions and 2 deletions

View file

@ -38,7 +38,6 @@
*/
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/proc.h>
#include <sys/buf.h>
#include <sys/errno.h>

View file

@ -38,7 +38,6 @@
*/
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/proc.h>
#include <sys/buf.h>
#include <sys/errno.h>