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/arch/i386/isa | |
parent | 6fb7b0fbdc44ed0a18f963ab1d1bda1dc71f04f4 (diff) |
Do not include <sys/callout.h>, it is never needed; art@
Diffstat (limited to 'sys/arch/i386/isa')
-rw-r--r-- | sys/arch/i386/isa/pccons.c | 3 |
1 files changed, 1 insertions, 2 deletions
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> |