diff options
| author | Bruce Evans <bde@FreeBSD.org> | 1997-03-24 11:25:10 +0000 |
|---|---|---|
| committer | Bruce Evans <bde@FreeBSD.org> | 1997-03-24 11:25:10 +0000 |
| commit | fce002fdef3780b4b80bfe0ba6d126bfc10130e9 (patch) | |
| tree | 250b202c69db62ed6110bcd8d4341019a4d8d107 /sys/dev/mse/mse.c | |
| parent | cb07fc98033d49d2ec97adf09c9aacbcbe24a2fc (diff) | |
Notes
Diffstat (limited to 'sys/dev/mse/mse.c')
| -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 e00037fa87d3..ee196b517a8d 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$ + * $Id: mse.c,v 1.31 1997/02/22 09:36:56 peter Exp $ */ /* * Driver for the Logitech and ATI Inport Bus mice for use with 386bsd and @@ -52,7 +52,6 @@ #include <sys/proc.h> #include <sys/buf.h> #include <sys/kernel.h> -#include <sys/ioctl.h> #include <sys/uio.h> #ifdef DEVFS #include <sys/devfsext.h> |
