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/arch/sh | |
parent | 904101e85514d152ccd8190228dca6ebb85382ee (diff) |
Delete unnecessary <sys/file.h> includes
ok millert@ krw@
Diffstat (limited to 'sys/arch/sh')
-rw-r--r-- | sys/arch/sh/dev/scif.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/arch/sh/dev/scif.c b/sys/arch/sh/dev/scif.c index 9a74057433e..b035fc320a6 100644 --- a/sys/arch/sh/dev/scif.c +++ b/sys/arch/sh/dev/scif.c @@ -1,4 +1,4 @@ -/* $OpenBSD: scif.c,v 1.17 2017/04/30 16:45:45 mpi Exp $ */ +/* $OpenBSD: scif.c,v 1.18 2017/12/30 20:46:59 guenther Exp $ */ /* $NetBSD: scif.c,v 1.47 2006/07/23 22:06:06 ad Exp $ */ /*- @@ -98,7 +98,6 @@ #include <sys/tty.h> #include <sys/proc.h> #include <sys/conf.h> -#include <sys/file.h> #include <sys/syslog.h> #include <sys/kernel.h> #include <sys/device.h> |