summaryrefslogtreecommitdiffstats
path: root/sys/i386/isa/mse.c
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1995-07-16 10:13:08 +0000
committerbde <bde@FreeBSD.org>1995-07-16 10:13:08 +0000
commit81e1e32f6c0662907cdbde6c1f5269cf8217838c (patch)
treec76b3e68271dcaaff69bea8d4467eaa0cc4bd913 /sys/i386/isa/mse.c
parent694c4272848a2eb83621679c60812e3cbf1df6b2 (diff)
downloadFreeBSD-src-81e1e32f6c0662907cdbde6c1f5269cf8217838c.zip
FreeBSD-src-81e1e32f6c0662907cdbde6c1f5269cf8217838c.tar.gz
Don't include <sys/tty.h> in drivers that aren't tty drivers or in general
files that don't depend on the internals of <sys/tty.h>
Diffstat (limited to 'sys/i386/isa/mse.c')
-rw-r--r--sys/i386/isa/mse.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/i386/isa/mse.c b/sys/i386/isa/mse.c
index 4dedadd..7a1cf9c 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.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>
OpenPOWER on IntegriCloud