From 7803d65f32841a36de5eb3881a769e0fce68e007 Mon Sep 17 00:00:00 2001 From: bde Date: Sun, 23 Mar 1997 06:33:55 +0000 Subject: Removed nested #includes of and from and fixed everything that depended on them. --- sys/scsi/sctarg.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'sys/scsi/sctarg.c') diff --git a/sys/scsi/sctarg.c b/sys/scsi/sctarg.c index cc893ce..3015e2a 100644 --- a/sys/scsi/sctarg.c +++ b/sys/scsi/sctarg.c @@ -37,7 +37,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id$ + * $Id: sctarg.c,v 1.19 1997/02/22 09:44:36 peter Exp $ */ #include "opt_bounce.h" @@ -54,7 +54,8 @@ #endif /*DEVFS*/ #include #include - +#include +#include #define OPEN 0x01 -- cgit v1.1