diff options
| author | Bruce Evans <bde@FreeBSD.org> | 1997-07-20 14:10:18 +0000 |
|---|---|---|
| committer | Bruce Evans <bde@FreeBSD.org> | 1997-07-20 14:10:18 +0000 |
| commit | f71d35e4022cb9949a2afd8fdefe913c9a810361 (patch) | |
| tree | 0d00eab98208b5e87690c7e7e44cd2f3e90927f7 /sys/dev/mse | |
| parent | 3e80cd50dfeb79489c8a859b4741d9ce5460df5e (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 ee196b517a8d..091ff8cc83de 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.31 1997/02/22 09:36:56 peter Exp $ + * $Id: mse.c,v 1.32 1997/03/24 11:23:56 bde Exp $ */ /* * Driver for the Logitech and ATI Inport Bus mice for use with 386bsd and @@ -50,7 +50,6 @@ #include <sys/systm.h> #include <sys/conf.h> #include <sys/proc.h> -#include <sys/buf.h> #include <sys/kernel.h> #include <sys/uio.h> #ifdef DEVFS |
