diff options
| -rw-r--r-- | sys/dev/mse/mse.c | 3 | ||||
| -rw-r--r-- | sys/i386/isa/asc.c | 3 | ||||
| -rw-r--r-- | sys/i386/isa/ctx.c | 3 | ||||
| -rw-r--r-- | sys/i386/isa/gsc.c | 1 | ||||
| -rw-r--r-- | sys/i386/isa/mse.c | 3 | ||||
| -rw-r--r-- | sys/i386/isa/spigot.c | 1 |
6 files changed, 4 insertions, 10 deletions
diff --git a/sys/dev/mse/mse.c b/sys/dev/mse/mse.c index 768387e043a3..99d0fae77105 100644 --- a/sys/dev/mse/mse.c +++ b/sys/dev/mse/mse.c @@ -11,7 +11,7 @@ * this software for any purpose. It is provided "as is" * without express or implied warranty. * - * $Id: mse.c,v 1.21 1995/12/08 23:20:35 phk Exp $ + * $Id: mse.c,v 1.22 1995/12/10 13:39:00 phk Exp $ */ /* * Driver for the Logitech and ATI Inport Bus mice for use with 386bsd and @@ -55,7 +55,6 @@ #include <sys/ioctl.h> #include <sys/uio.h> #include <sys/devconf.h> -#include <sys/conf.h> #ifdef DEVFS #include <sys/devfsext.h> #endif /*DEVFS*/ diff --git a/sys/i386/isa/asc.c b/sys/i386/isa/asc.c index 8b666e46d826..d8c6131fc47d 100644 --- a/sys/i386/isa/asc.c +++ b/sys/i386/isa/asc.c @@ -34,7 +34,7 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ /* - * $Id: asc.c,v 1.10 1995/12/08 11:13:47 julian Exp $ + * $Id: asc.c,v 1.11 1995/12/10 13:38:20 phk Exp $ */ #include "asc.h" @@ -68,7 +68,6 @@ #include <sys/tty.h> #include <sys/uio.h> #include <sys/syslog.h> -#include <sys/conf.h> #include <sys/kernel.h> #ifdef DEVFS #include <sys/devfsext.h> diff --git a/sys/i386/isa/ctx.c b/sys/i386/isa/ctx.c index e2631a63bad6..43379617f68a 100644 --- a/sys/i386/isa/ctx.c +++ b/sys/i386/isa/ctx.c @@ -8,7 +8,7 @@ * of this software, nor does the author assume any responsibility * for damages incurred with its use. * - * $Id: ctx.c,v 1.13 1995/12/08 23:20:21 phk Exp $ + * $Id: ctx.c,v 1.14 1995/12/10 13:38:25 phk Exp $ */ /* @@ -120,7 +120,6 @@ #include <sys/kernel.h> #include <sys/malloc.h> #include <sys/devconf.h> -#include <sys/conf.h> #include <sys/kernel.h> #ifdef DEVFS #include <sys/devfsext.h> diff --git a/sys/i386/isa/gsc.c b/sys/i386/isa/gsc.c index b56499759279..2ff7b2489a1d 100644 --- a/sys/i386/isa/gsc.c +++ b/sys/i386/isa/gsc.c @@ -45,7 +45,6 @@ #include <sys/ioctl.h> #include <sys/uio.h> #include <sys/syslog.h> -#include <sys/conf.h> #include <sys/kernel.h> #ifdef DEVFS #include <sys/devfsext.h> diff --git a/sys/i386/isa/mse.c b/sys/i386/isa/mse.c index 768387e043a3..99d0fae77105 100644 --- a/sys/i386/isa/mse.c +++ b/sys/i386/isa/mse.c @@ -11,7 +11,7 @@ * this software for any purpose. It is provided "as is" * without express or implied warranty. * - * $Id: mse.c,v 1.21 1995/12/08 23:20:35 phk Exp $ + * $Id: mse.c,v 1.22 1995/12/10 13:39:00 phk Exp $ */ /* * Driver for the Logitech and ATI Inport Bus mice for use with 386bsd and @@ -55,7 +55,6 @@ #include <sys/ioctl.h> #include <sys/uio.h> #include <sys/devconf.h> -#include <sys/conf.h> #ifdef DEVFS #include <sys/devfsext.h> #endif /*DEVFS*/ diff --git a/sys/i386/isa/spigot.c b/sys/i386/isa/spigot.c index c3e1139a3ece..a6f0a1795315 100644 --- a/sys/i386/isa/spigot.c +++ b/sys/i386/isa/spigot.c @@ -64,7 +64,6 @@ error "Can only have 1 spigot configured." #include <sys/devconf.h> #include <sys/errno.h> #include <sys/mman.h> -#include <sys/conf.h> #ifdef DEVFS #include <sys/devfsext.h> #endif /* DEVFS */ |
