linux(4): Cleanup includes under arm64

No functional changes.

MFC after:		1 week
This commit is contained in:
Dmitry Chagin 2023-09-11 21:29:28 +03:00
parent d13550f0c9
commit 027d727d40
2 changed files with 1 additions and 5 deletions

View file

@ -27,8 +27,6 @@
*/
#include <sys/param.h>
#include <sys/fcntl.h>
#include <sys/ktr.h>
#include <sys/proc.h>
#include <sys/ptrace.h>
#include <sys/reg.h>

View file

@ -44,10 +44,8 @@
#include <sys/sysctl.h>
#include <sys/sysent.h>
#include <vm/pmap.h>
#include <vm/vm.h>
#include <vm/vm_map.h>
#include <vm/vm_page.h>
#include <vm/vm_param.h>
#include <arm64/linux/linux.h>
#include <arm64/linux/linux_proto.h>