aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
authorBruce Evans <bde@FreeBSD.org>1995-07-16 10:13:08 +0000
committerBruce Evans <bde@FreeBSD.org>1995-07-16 10:13:08 +0000
commit97e156674d06868114bb51c03e2b3e08a686f0af (patch)
treec76b3e68271dcaaff69bea8d4467eaa0cc4bd913 /sys/dev
parent8f26c8ef60204c5520e8a83f49bfa06114252a45 (diff)
Notes
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/mse/mse.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/mse/mse.c b/sys/dev/mse/mse.c
index 4dedadd5f4e99..7a1cf9cdd3144 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.11 1995/04/12 20:47:59 wollman Exp $
+ * $Id: mse.c,v 1.12 1995/05/30 08:02:47 rgrimes Exp $
*/
/*
* Driver for the Logitech and ATI Inport Bus mice for use with 386bsd and
@@ -53,7 +53,6 @@
#include <sys/buf.h>
#include <sys/kernel.h>
#include <sys/ioctl.h>
-#include <sys/tty.h>
#include <sys/uio.h>
#include <sys/devconf.h>