linux(4): Cleanup unneeded includes from linux_util.h

MFC after:		2 weeks
This commit is contained in:
Dmitry Chagin 2023-02-14 17:46:30 +03:00
parent f20058955c
commit 81e7a80055

View File

@ -38,11 +38,7 @@
#include <vm/vm.h>
#include <vm/vm_param.h>
#include <vm/pmap.h>
#include <sys/exec.h>
#include <sys/sysent.h>
#include <sys/syslog.h>
#include <sys/cdefs.h>
#include <sys/uio.h>
MALLOC_DECLARE(M_LINUX);