diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2024-05-01 13:16:00 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2024-05-01 13:16:00 +0000 |
commit | c3591617fcf68a4f096c25986bc3528325a2d9bb (patch) | |
tree | 33d629492ca9933d15996ce83861c0566bbf600f /sys/nfs/nfs_boot.c | |
parent | 354b3b4e40dd07a9a323097d78f67392b6f9f296 (diff) |
remove unneeded includes
ok miod@ mpi@
Diffstat (limited to 'sys/nfs/nfs_boot.c')
-rw-r--r-- | sys/nfs/nfs_boot.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/nfs/nfs_boot.c b/sys/nfs/nfs_boot.c index 6cb57e61c95..02f0b8d8b94 100644 --- a/sys/nfs/nfs_boot.c +++ b/sys/nfs/nfs_boot.c @@ -1,4 +1,4 @@ -/* $OpenBSD: nfs_boot.c,v 1.48 2022/03/05 09:50:49 jsg Exp $ */ +/* $OpenBSD: nfs_boot.c,v 1.49 2024/05/01 13:15:59 jsg Exp $ */ /* $NetBSD: nfs_boot.c,v 1.26 1996/05/07 02:51:25 thorpej Exp $ */ /* @@ -31,11 +31,9 @@ #include <sys/param.h> #include <sys/systm.h> #include <sys/kernel.h> -#include <sys/conf.h> #include <sys/ioctl.h> #include <sys/mount.h> #include <sys/mbuf.h> -#include <sys/reboot.h> #include <sys/socket.h> #include <sys/socketvar.h> #include <sys/queue.h> |