diff options
| author | pk <pk@NetBSD.org> | 2000-01-11 15:32:37 +0000 |
|---|---|---|
| committer | pk <pk@NetBSD.org> | 2000-01-11 15:32:37 +0000 |
| commit | 33f192535d06e222f770eb3046db48bb6b23a23d (patch) | |
| tree | 9886c9774a6e7b63e37930c479babb38de004280 /sys/dev | |
| parent | ffe5337f67d1d8204f65fcfce6c567906066c921 (diff) | |
<machine/cpu.h> is not needed here.
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/scsipi/scsipiconf.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/scsipi/scsipiconf.h b/sys/dev/scsipi/scsipiconf.h index 2da1b78066d..55987dcfd4d 100644 --- a/sys/dev/scsipi/scsipiconf.h +++ b/sys/dev/scsipi/scsipiconf.h @@ -1,4 +1,4 @@ -/* $NetBSD: scsipiconf.h,v 1.34 1999/12/23 21:23:29 leo Exp $ */ +/* $NetBSD: scsipiconf.h,v 1.35 2000/01/11 15:32:37 pk Exp $ */ /*- * Copyright (c) 1998, 1999 The NetBSD Foundation, Inc. @@ -60,7 +60,6 @@ typedef int boolean; #include <sys/queue.h> -#include <machine/cpu.h> #include <dev/scsipi/scsipi_debug.h> /* |
