1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-16 10:20:30 +00:00

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
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=55526
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>