diff options
author | Philip Guenther <guenther@cvs.openbsd.org> | 2017-12-30 20:47:01 +0000 |
---|---|---|
committer | Philip Guenther <guenther@cvs.openbsd.org> | 2017-12-30 20:47:01 +0000 |
commit | 0b1bf6081fad3d2e922fc79beeb4f1e0fe81cbfe (patch) | |
tree | 14c3a5aecbd44fddf7932f99b9e2cbec2d384597 /sys/dev/cninit.c | |
parent | 904101e85514d152ccd8190228dca6ebb85382ee (diff) |
Delete unnecessary <sys/file.h> includes
ok millert@ krw@
Diffstat (limited to 'sys/dev/cninit.c')
-rw-r--r-- | sys/dev/cninit.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/cninit.c b/sys/dev/cninit.c index 33e4f7e99b1..5cd4b03f8d8 100644 --- a/sys/dev/cninit.c +++ b/sys/dev/cninit.c @@ -1,4 +1,4 @@ -/* $OpenBSD: cninit.c,v 1.14 2015/03/14 03:38:46 jsg Exp $ */ +/* $OpenBSD: cninit.c,v 1.15 2017/12/30 20:46:59 guenther Exp $ */ /* $NetBSD: cninit.c,v 1.2 1995/04/11 22:08:10 pk Exp $ */ /* @@ -43,7 +43,6 @@ #include <sys/systm.h> #include <sys/ioctl.h> #include <sys/tty.h> -#include <sys/file.h> #include <sys/conf.h> #include <sys/vnode.h> |