From c0273b2f6435eb28e855bdccf8752c6bce096291 Mon Sep 17 00:00:00 2001 From: bde Date: Wed, 6 Dec 1995 23:52:35 +0000 Subject: Replaced #includes of by less gross headers, usually . Many device drivers need only the definition of vtophys() from vm. Added nearby #includes of where appropriate. --- sys/gnu/i386/isa/dgb.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'sys/gnu') diff --git a/sys/gnu/i386/isa/dgb.c b/sys/gnu/i386/isa/dgb.c index b6e7079..fb46e28 100644 --- a/sys/gnu/i386/isa/dgb.c +++ b/sys/gnu/i386/isa/dgb.c @@ -1,5 +1,5 @@ /*- - * dgb.c $Id: dgb.c,v 1.6 1995/11/29 10:47:03 julian Exp $ + * dgb.c $Id: dgb.c,v 1.7 1995/11/29 14:39:06 julian Exp $ * * Digiboard driver. * @@ -32,7 +32,6 @@ #include #include #include -#include #include #include #include @@ -44,6 +43,8 @@ #include +#include + #include #include -- cgit v1.1