diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2022-08-14 01:58:29 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2022-08-14 01:58:29 +0000 |
commit | 9f8a33e2dd55b6c2f8cde69ee3c220c4d36eab8e (patch) | |
tree | 2823d1169ec926595ebd2d420b52354f4f6e5f48 /sys/kern/kern_unveil.c | |
parent | 5da6305743f6595df762f4f7355cb123f21f79f3 (diff) |
remove unneeded includes in sys/kern
ok mpi@ miod@
Diffstat (limited to 'sys/kern/kern_unveil.c')
-rw-r--r-- | sys/kern/kern_unveil.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/sys/kern/kern_unveil.c b/sys/kern/kern_unveil.c index 2c0d06b257f..1ef665bf91c 100644 --- a/sys/kern/kern_unveil.c +++ b/sys/kern/kern_unveil.c @@ -1,4 +1,4 @@ -/* $OpenBSD: kern_unveil.c,v 1.53 2022/01/11 07:31:50 semarie Exp $ */ +/* $OpenBSD: kern_unveil.c,v 1.54 2022/08/14 01:58:27 jsg Exp $ */ /* * Copyright (c) 2017-2019 Bob Beck <beck@openbsd.org> @@ -23,15 +23,12 @@ #include <sys/filedesc.h> #include <sys/proc.h> #include <sys/namei.h> -#include <sys/pool.h> #include <sys/vnode.h> -#include <sys/ktrace.h> #include <sys/types.h> #include <sys/malloc.h> #include <sys/tree.h> #include <sys/lock.h> -#include <sys/conf.h> #include <sys/syscall.h> #include <sys/syscallargs.h> #include <sys/systm.h> |