Removed unused #includes.

This commit is contained in:
Bruce Evans 1997-07-20 16:21:36 +00:00
parent 293a9e510c
commit ecd741d614
3 changed files with 3 additions and 10 deletions

View File

@ -18,7 +18,7 @@
* 4. Modifications may be freely made to this file if the above conditions
* are met.
*
* $Id$
* $Id: 93cx6.c,v 1.10 1997/02/22 09:38:36 peter Exp $
*/
/*
@ -58,7 +58,6 @@
#include <sys/param.h>
#include <sys/systm.h>
#if defined(__FreeBSD__)
#include <machine/clock.h>
#include <i386/scsi/93cx6.h>
#elif defined(__NetBSD__)
#include <machine/bus.h>

View File

@ -39,7 +39,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
* $Id: aic7xxx.c,v 1.118 1997/04/26 05:03:18 gibbs Exp $
* $Id: aic7xxx.c,v 1.119 1997/06/27 19:39:18 gibbs Exp $
*/
/*
* TODO:
@ -105,9 +105,7 @@
#include <sys/malloc.h>
#include <sys/buf.h>
#include <sys/proc.h>
#include <scsi/scsi_all.h>
#include <scsi/scsi_message.h>
#if defined(__NetBSD__)
#include <scsi/scsi_debug.h>
@ -120,7 +118,6 @@
#endif
#include <vm/vm.h>
#include <vm/vm_param.h>
#include <vm/pmap.h>
#if defined(__FreeBSD__)

View File

@ -12,7 +12,7 @@
* on the understanding that TFS is not responsible for the correct
* functioning of this software in any circumstances.
*
* $Id: bt.c,v 1.12 1997/02/22 09:38:43 peter Exp $
* $Id: bt.c,v 1.13 1997/03/23 06:33:37 bde Exp $
*/
/*
@ -36,17 +36,14 @@
#include <sys/malloc.h>
#include <sys/buf.h>
#include <sys/kernel.h>
#include <sys/proc.h>
#include <sys/sysctl.h>
#include <machine/clock.h>
#include <machine/stdarg.h>
#include <vm/vm.h>
#include <vm/vm_param.h>
#include <vm/pmap.h>
#include <scsi/scsi_all.h>
#include <scsi/scsiconf.h>
#include <scsi/scsi_debug.h>