diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 1996-04-24 12:40:12 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 1996-04-24 12:40:12 +0000 |
commit | aa682e7654a1563acbe9be365253553eb482ce82 (patch) | |
tree | 7f78adbb0eb443d23e51165272534c3144823d6a /sys | |
parent | b3194361dbb78bb960c00a18126f59fdef8fc222 (diff) |
Reorder includes.
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/i386/isa/pccons.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/i386/isa/pccons.c b/sys/arch/i386/isa/pccons.c index 9b6c151552a..ef1c98d8ee5 100644 --- a/sys/arch/i386/isa/pccons.c +++ b/sys/arch/i386/isa/pccons.c @@ -1,4 +1,4 @@ -/* $OpenBSD: pccons.c,v 1.9 1996/04/22 20:12:16 hannken Exp $ */ +/* $OpenBSD: pccons.c,v 1.10 1996/04/24 12:40:11 mickey Exp $ */ /* $NetBSD: pccons.c,v 1.96 1996/04/11 22:15:25 cgd Exp $ */ /*- @@ -45,6 +45,7 @@ */ #include <sys/param.h> +#include <sys/systm.h> #include <sys/conf.h> #include <sys/ioctl.h> #include <sys/proc.h> @@ -53,7 +54,6 @@ #include <sys/tty.h> #include <sys/uio.h> #include <sys/callout.h> -#include <sys/systm.h> #include <sys/kernel.h> #include <sys/syslog.h> #include <sys/device.h> |