summaryrefslogtreecommitdiff
path: root/sys/kern/uipc_socket2.c
diff options
context:
space:
mode:
authorPhilip Guenther <guenther@cvs.openbsd.org>2017-12-30 20:47:01 +0000
committerPhilip Guenther <guenther@cvs.openbsd.org>2017-12-30 20:47:01 +0000
commit0b1bf6081fad3d2e922fc79beeb4f1e0fe81cbfe (patch)
tree14c3a5aecbd44fddf7932f99b9e2cbec2d384597 /sys/kern/uipc_socket2.c
parent904101e85514d152ccd8190228dca6ebb85382ee (diff)
Delete unnecessary <sys/file.h> includes
ok millert@ krw@
Diffstat (limited to 'sys/kern/uipc_socket2.c')
-rw-r--r--sys/kern/uipc_socket2.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/kern/uipc_socket2.c b/sys/kern/uipc_socket2.c
index d1981343e8e..a7c6ba1f576 100644
--- a/sys/kern/uipc_socket2.c
+++ b/sys/kern/uipc_socket2.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: uipc_socket2.c,v 1.88 2017/12/10 11:31:54 mpi Exp $ */
+/* $OpenBSD: uipc_socket2.c,v 1.89 2017/12/30 20:47:00 guenther Exp $ */
/* $NetBSD: uipc_socket2.c,v 1.11 1996/02/04 02:17:55 christos Exp $ */
/*
@@ -34,7 +34,6 @@
#include <sys/param.h>
#include <sys/systm.h>
-#include <sys/file.h>
#include <sys/malloc.h>
#include <sys/mbuf.h>
#include <sys/protosw.h>