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:
parent
2f4bc071b3
commit
f06f6736b0
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=55526
@ -38,7 +38,6 @@
|
||||
*/
|
||||
|
||||
#include <sys/param.h>
|
||||
#include <sys/systm.h>
|
||||
#include <sys/proc.h>
|
||||
#include <sys/buf.h>
|
||||
#include <sys/errno.h>
|
||||
|
@ -38,7 +38,6 @@
|
||||
*/
|
||||
|
||||
#include <sys/param.h>
|
||||
#include <sys/systm.h>
|
||||
#include <sys/proc.h>
|
||||
#include <sys/buf.h>
|
||||
#include <sys/errno.h>
|
||||
|
Loading…
Reference in New Issue
Block a user