diff options
author | bde <bde@FreeBSD.org> | 1995-12-06 23:44:23 +0000 |
---|---|---|
committer | bde <bde@FreeBSD.org> | 1995-12-06 23:44:23 +0000 |
commit | 369f41ad46df402995bdb9d0f3e2bf0534b3c81d (patch) | |
tree | e3036059bd6d58e16e7f515e25e247da3960b4d1 /sys/i386/isa/mse.c | |
parent | 63875293f27fe7fb41a40c649091ea2d9a17d96b (diff) | |
download | FreeBSD-src-369f41ad46df402995bdb9d0f3e2bf0534b3c81d.zip FreeBSD-src-369f41ad46df402995bdb9d0f3e2bf0534b3c81d.tar.gz |
Removed unnecessary #includes of <sys/user.h>. Some of these were just
to get the definitions of TRUE and FALSE which happen to be defined in
a deeply nested include.
Added nearby #includes of <sys/conf.h> where appropriate.
Diffstat (limited to 'sys/i386/isa/mse.c')
-rw-r--r-- | sys/i386/isa/mse.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/i386/isa/mse.c b/sys/i386/isa/mse.c index 82411de..8e9fa7b 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.17 1995/11/29 10:47:46 julian Exp $ + * $Id: mse.c,v 1.18 1995/11/29 14:39:47 julian Exp $ */ /* * Driver for the Logitech and ATI Inport Bus mice for use with 386bsd and @@ -48,8 +48,8 @@ #if NMSE > 0 #include <sys/param.h> #include <sys/systm.h> +#include <sys/conf.h> #include <sys/proc.h> -#include <sys/user.h> #include <sys/buf.h> #include <sys/kernel.h> #include <sys/ioctl.h> |