summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorPhilip Guenther <guenther@cvs.openbsd.org>2018-04-27 08:08:07 +0000
committerPhilip Guenther <guenther@cvs.openbsd.org>2018-04-27 08:08:07 +0000
commitcd7f43a404302fb043e6e8077baada778e98ee0b (patch)
tree6da88b6edb7cd34bce544cdb428ae06e0d57e7b4 /sys
parent4d6651a59c86e444b1fbb4c28d1ed0b3480b7079 (diff)
Delete superfluous includes of <sys/file.>
ok krw@
Diffstat (limited to 'sys')
-rw-r--r--sys/dev/usb/ubsa.c3
-rw-r--r--sys/dev/usb/uvscom.c3
-rw-r--r--sys/scsi/scsi_ioctl.c3
3 files changed, 3 insertions, 6 deletions
diff --git a/sys/dev/usb/ubsa.c b/sys/dev/usb/ubsa.c
index 86705e64ccd..d1c71db4f57 100644
--- a/sys/dev/usb/ubsa.c
+++ b/sys/dev/usb/ubsa.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ubsa.c,v 1.65 2017/04/08 02:57:25 deraadt Exp $ */
+/* $OpenBSD: ubsa.c,v 1.66 2018/04/27 08:08:06 guenther Exp $ */
/* $NetBSD: ubsa.c,v 1.5 2002/11/25 00:51:33 fvdl Exp $ */
/*-
* Copyright (c) 2002, Alexander Kabaev <kan.FreeBSD.org>.
@@ -63,7 +63,6 @@
#include <sys/fcntl.h>
#include <sys/conf.h>
#include <sys/tty.h>
-#include <sys/file.h>
#include <sys/selinfo.h>
#include <sys/poll.h>
diff --git a/sys/dev/usb/uvscom.c b/sys/dev/usb/uvscom.c
index 423e4e1f235..a32343fbcf6 100644
--- a/sys/dev/usb/uvscom.c
+++ b/sys/dev/usb/uvscom.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: uvscom.c,v 1.36 2018/03/15 00:42:41 kevlo Exp $ */
+/* $OpenBSD: uvscom.c,v 1.37 2018/04/27 08:08:06 guenther Exp $ */
/* $NetBSD: uvscom.c,v 1.9 2003/02/12 15:36:20 ichiro Exp $ */
/*-
* Copyright (c) 2001-2002, Shunsuke Akiyama <akiyama@jp.FreeBSD.org>.
@@ -42,7 +42,6 @@
#include <sys/fcntl.h>
#include <sys/conf.h>
#include <sys/tty.h>
-#include <sys/file.h>
#include <sys/ioctl.h>
#include <sys/device.h>
#include <sys/poll.h>
diff --git a/sys/scsi/scsi_ioctl.c b/sys/scsi/scsi_ioctl.c
index 36dd804a5f1..bdaec315636 100644
--- a/sys/scsi/scsi_ioctl.c
+++ b/sys/scsi/scsi_ioctl.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: scsi_ioctl.c,v 1.53 2017/09/08 05:36:53 deraadt Exp $ */
+/* $OpenBSD: scsi_ioctl.c,v 1.54 2018/04/27 08:08:06 guenther Exp $ */
/* $NetBSD: scsi_ioctl.c,v 1.23 1996/10/12 23:23:17 christos Exp $ */
/*
@@ -40,7 +40,6 @@
#include <sys/param.h>
#include <sys/errno.h>
#include <sys/systm.h>
-#include <sys/file.h>
#include <sys/pool.h>
#include <sys/device.h>
#include <sys/fcntl.h>