diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 2000-03-23 17:17:34 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 2000-03-23 17:17:34 +0000 |
commit | 3d3f23b3a7b2db2b3538a68edaf3394b1992b6c4 (patch) | |
tree | 4a3af0623554a6ef4ec7a5b4367fb29c41caa4ed /sys | |
parent | 6fb7b0fbdc44ed0a18f963ab1d1bda1dc71f04f4 (diff) |
Do not include <sys/callout.h>, it is never needed; art@
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/i386/i386/linux_machdep.c | 3 | ||||
-rw-r--r-- | sys/arch/i386/i386/vm86.c | 1 | ||||
-rw-r--r-- | sys/arch/i386/isa/pccons.c | 3 |
3 files changed, 2 insertions, 5 deletions
diff --git a/sys/arch/i386/i386/linux_machdep.c b/sys/arch/i386/i386/linux_machdep.c index c4491e4d81e..1f786d480db 100644 --- a/sys/arch/i386/i386/linux_machdep.c +++ b/sys/arch/i386/i386/linux_machdep.c @@ -1,4 +1,4 @@ -/* $OpenBSD: linux_machdep.c,v 1.12 1998/07/09 18:22:12 deraadt Exp $ */ +/* $OpenBSD: linux_machdep.c,v 1.13 2000/03/23 17:17:32 aaron Exp $ */ /* $NetBSD: linux_machdep.c,v 1.29 1996/05/03 19:42:11 christos Exp $ */ /* @@ -43,7 +43,6 @@ #include <sys/reboot.h> #include <sys/conf.h> #include <sys/file.h> -#include <sys/callout.h> #include <sys/malloc.h> #include <sys/mbuf.h> #include <sys/msgbuf.h> diff --git a/sys/arch/i386/i386/vm86.c b/sys/arch/i386/i386/vm86.c index 0cba1bc3714..c6bb6540a14 100644 --- a/sys/arch/i386/i386/vm86.c +++ b/sys/arch/i386/i386/vm86.c @@ -48,7 +48,6 @@ #include <sys/reboot.h> #include <sys/conf.h> #include <sys/file.h> -#include <sys/callout.h> #include <sys/malloc.h> #include <sys/mbuf.h> #include <sys/msgbuf.h> diff --git a/sys/arch/i386/isa/pccons.c b/sys/arch/i386/isa/pccons.c index e55c868afa3..59e9636d4b8 100644 --- a/sys/arch/i386/isa/pccons.c +++ b/sys/arch/i386/isa/pccons.c @@ -1,4 +1,4 @@ -/* $OpenBSD: pccons.c,v 1.42 1998/11/20 15:57:25 deraadt Exp $ */ +/* $OpenBSD: pccons.c,v 1.43 2000/03/23 17:17:33 aaron Exp $ */ /* $NetBSD: pccons.c,v 1.99.4.1 1996/06/04 20:03:53 cgd Exp $ */ /*- @@ -53,7 +53,6 @@ #include <sys/fcntl.h> #include <sys/tty.h> #include <sys/uio.h> -#include <sys/callout.h> #include <sys/kernel.h> #include <sys/syslog.h> #include <sys/device.h> |