diff options
author | 2005-11-10 22:27:03 +0000 | |
---|---|---|
committer | 2005-11-10 22:27:03 +0000 | |
commit | d887c82076e8e57f80f547dd0191a0db291794b3 (patch) | |
tree | 087de7a5247c237ed457a906f7a5ba8c0073479e | |
parent | Use ANSI function declarations and deregister, no binary change. (diff) | |
download | wireguard-openbsd-d887c82076e8e57f80f547dd0191a0db291794b3.tar.xz wireguard-openbsd-d887c82076e8e57f80f547dd0191a0db291794b3.zip |
remove half the includes since they seem to be unnecessary.
-rw-r--r-- | sys/scsi/safte.c | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/sys/scsi/safte.c b/sys/scsi/safte.c index 0d301b99b2e..f1a14ae1401 100644 --- a/sys/scsi/safte.c +++ b/sys/scsi/safte.c @@ -1,4 +1,4 @@ -/* $OpenBSD: safte.c,v 1.18 2005/11/10 13:24:51 dlg Exp $ */ +/* $OpenBSD: safte.c,v 1.19 2005/11/10 22:27:03 dlg Exp $ */ /* * Copyright (c) 2005 David Gwynne <dlg@openbsd.org> @@ -18,18 +18,11 @@ #include "bio.h" -#include <sys/types.h> #include <sys/param.h> #include <sys/systm.h> -#include <sys/kernel.h> -#include <sys/stat.h> #include <sys/scsiio.h> -#include <sys/uio.h> #include <sys/malloc.h> -#include <sys/device.h> -#include <sys/conf.h> #include <sys/queue.h> -#include <sys/kthread.h> #include <sys/sensors.h> #if NBIO > 0 @@ -37,7 +30,6 @@ #endif #include <scsi/scsi_all.h> -#include <scsi/scsi_disk.h> #include <scsi/scsiconf.h> #include <scsi/safte.h> |