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/dev/sio | |
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/dev/sio')
-rw-r--r-- | sys/dev/sio/sio.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/sio/sio.c b/sys/dev/sio/sio.c index 5e6800c..b6b090f 100644 --- a/sys/dev/sio/sio.c +++ b/sys/dev/sio/sio.c @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * from: @(#)com.c 7.5 (Berkeley) 5/16/91 - * $Id: sio.c,v 1.122 1995/11/29 14:39:57 julian Exp $ + * $Id: sio.c,v 1.123 1995/11/29 15:00:07 bde Exp $ */ #include "sio.h" @@ -51,7 +51,6 @@ #include <sys/ioctl.h> #include <sys/tty.h> #include <sys/proc.h> -#include <sys/user.h> #include <sys/conf.h> #include <sys/dkstat.h> #include <sys/file.h> |