diff options
author | 1996-04-24 12:40:11 +0000 | |
---|---|---|
committer | 1996-04-24 12:40:11 +0000 | |
commit | 57da6b7c64a895086b62390900e3f95e8ef61871 (patch) | |
tree | dda4c85db5cb0659d3d67861950ed916751e9774 | |
parent | slight cleanup, .Os strings, point at yp(8) (diff) | |
download | wireguard-openbsd-57da6b7c64a895086b62390900e3f95e8ef61871.tar.xz wireguard-openbsd-57da6b7c64a895086b62390900e3f95e8ef61871.zip |
Reorder includes.
-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> |