summaryrefslogtreecommitdiff
path: root/sys/kern/sys_pipe.c
diff options
context:
space:
mode:
authorJonathan Gray <jsg@cvs.openbsd.org>2022-08-14 01:58:29 +0000
committerJonathan Gray <jsg@cvs.openbsd.org>2022-08-14 01:58:29 +0000
commit9f8a33e2dd55b6c2f8cde69ee3c220c4d36eab8e (patch)
tree2823d1169ec926595ebd2d420b52354f4f6e5f48 /sys/kern/sys_pipe.c
parent5da6305743f6595df762f4f7355cb123f21f79f3 (diff)
remove unneeded includes in sys/kern
ok mpi@ miod@
Diffstat (limited to 'sys/kern/sys_pipe.c')
-rw-r--r--sys/kern/sys_pipe.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/kern/sys_pipe.c b/sys/kern/sys_pipe.c
index 9b37fde89c0..96cd4656cab 100644
--- a/sys/kern/sys_pipe.c
+++ b/sys/kern/sys_pipe.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: sys_pipe.c,v 1.141 2022/07/09 12:48:21 visa Exp $ */
+/* $OpenBSD: sys_pipe.c,v 1.142 2022/08/14 01:58:28 jsg Exp $ */
/*
* Copyright (c) 1996 John S. Dyson
@@ -39,7 +39,6 @@
#include <sys/mount.h>
#include <sys/syscallargs.h>
#include <sys/event.h>
-#include <sys/lock.h>
#ifdef KTRACE
#include <sys/ktrace.h>
#endif