summaryrefslogtreecommitdiff
path: root/sys/scsi/scsi_base.c
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2017-09-08 05:36:54 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2017-09-08 05:36:54 +0000
commitd57c7d7b30add2ecd463f68aef3651ef7bca7eb7 (patch)
tree57cbf3ade2a9c95a25842cb657179cb4f8c78a82 /sys/scsi/scsi_base.c
parent52b7fef1a1e427e7790b90eb2733372c2c8575ba (diff)
If you use sys/param.h, you don't need sys/types.h
Diffstat (limited to 'sys/scsi/scsi_base.c')
-rw-r--r--sys/scsi/scsi_base.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/scsi/scsi_base.c b/sys/scsi/scsi_base.c
index da7b85165c9..98b3d9640c9 100644
--- a/sys/scsi/scsi_base.c
+++ b/sys/scsi/scsi_base.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: scsi_base.c,v 1.226 2017/05/29 07:47:13 krw Exp $ */
+/* $OpenBSD: scsi_base.c,v 1.227 2017/09/08 05:36:53 deraadt Exp $ */
/* $NetBSD: scsi_base.c,v 1.43 1997/04/02 02:29:36 mycroft Exp $ */
/*
@@ -35,7 +35,6 @@
* Detailed SCSI error printing Copyright 1997 by Matthew Jacob.
*/
-#include <sys/types.h>
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/kernel.h>