diff options
| author | Bruce Evans <bde@FreeBSD.org> | 1995-12-15 00:29:31 +0000 |
|---|---|---|
| committer | Bruce Evans <bde@FreeBSD.org> | 1995-12-15 00:29:31 +0000 |
| commit | 28cc517d859196e56c59d1cb7d053d4f00b7c1a4 (patch) | |
| tree | 9e739889422f116cf195d8ca2b3162e7c9712d19 /sys/dev/mse | |
| parent | 44faa2919be060fc022bf3b25e1eb718379fb85a (diff) | |
Notes
Diffstat (limited to 'sys/dev/mse')
| -rw-r--r-- | sys/dev/mse/mse.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/mse/mse.c b/sys/dev/mse/mse.c index 768387e043a32..99d0fae771059 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*/ |
