summaryrefslogtreecommitdiffstats
path: root/sys/dev/si
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1997-07-20 14:10:18 +0000
committerbde <bde@FreeBSD.org>1997-07-20 14:10:18 +0000
commit26179d3e8df27db3d7eb25e684b654cee8f02116 (patch)
treed4d40879452f7083b6163e9380d234a887f74201 /sys/dev/si
parent700d6b374cd15ccca3d298b94bd2d4eca8e0bc8e (diff)
downloadFreeBSD-src-26179d3e8df27db3d7eb25e684b654cee8f02116.zip
FreeBSD-src-26179d3e8df27db3d7eb25e684b654cee8f02116.tar.gz
Removed unused #includes.
Diffstat (limited to 'sys/dev/si')
-rw-r--r--sys/dev/si/si.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/sys/dev/si/si.c b/sys/dev/si/si.c
index cb2c452..86b9de4 100644
--- a/sys/dev/si/si.c
+++ b/sys/dev/si/si.c
@@ -30,7 +30,7 @@
* MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN
* NO EVENT SHALL THE AUTHORS BE LIABLE.
*
- * $Id: si.c,v 1.57 1997/03/24 12:02:48 bde Exp $
+ * $Id: si.c,v 1.58 1997/04/20 15:36:04 bde Exp $
*/
#ifndef lint
@@ -45,14 +45,11 @@ static const char si_copyright1[] = "@(#) (C) Specialix International, 1990,199
#include <sys/ioctl_compat.h>
#endif
#include <sys/tty.h>
-#include <sys/ttydefaults.h>
#include <sys/proc.h>
#include <sys/conf.h>
#include <sys/fcntl.h>
-#include <sys/uio.h>
#include <sys/dkstat.h>
#include <sys/kernel.h>
-#include <sys/syslog.h>
#include <sys/malloc.h>
#include <sys/sysctl.h>
#ifdef DEVFS
@@ -62,7 +59,6 @@ static const char si_copyright1[] = "@(#) (C) Specialix International, 1990,199
#include <machine/clock.h>
#include <vm/vm.h>
-#include <vm/vm_param.h>
#include <vm/pmap.h>
#include <i386/isa/icu.h>
OpenPOWER on IntegriCloud