mirror of
https://github.com/opnsense/src.git
synced 2026-06-14 19:20:18 -04: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
2 changed files with 0 additions and 2 deletions
|
|
@ -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 a new issue