diff options
author | Kevin Lo <kevlo@cvs.openbsd.org> | 2003-08-21 04:52:53 +0000 |
---|---|---|
committer | Kevin Lo <kevlo@cvs.openbsd.org> | 2003-08-21 04:52:53 +0000 |
commit | 97b5947f93546675a73ae3583cdfed70b6fffdaf (patch) | |
tree | 7c4a115f76812720adea90fde76661e66ba4f568 /sys/dev/pci/cs4281.c | |
parent | 3ef519b461ec1369eb5b8ea1a5f969a30edf7ca9 (diff) |
remove extra header file <sys/systm.h>. ok mickey@
Diffstat (limited to 'sys/dev/pci/cs4281.c')
-rw-r--r-- | sys/dev/pci/cs4281.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sys/dev/pci/cs4281.c b/sys/dev/pci/cs4281.c index 036444a74d1..1a808eed24b 100644 --- a/sys/dev/pci/cs4281.c +++ b/sys/dev/pci/cs4281.c @@ -1,4 +1,4 @@ -/* $OpenBSD: cs4281.c,v 1.13 2003/04/27 11:22:53 ho Exp $ */ +/* $OpenBSD: cs4281.c,v 1.14 2003/08/21 04:52:52 kevlo Exp $ */ /* $Tera: cs4281.c,v 1.18 2000/12/27 14:24:45 tacha Exp $ */ /* @@ -41,14 +41,13 @@ * 1: midi and FM support */ +#include <sys/types.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/kernel.h> #include <sys/malloc.h> #include <sys/fcntl.h> #include <sys/device.h> -#include <sys/types.h> -#include <sys/systm.h> #include <dev/pci/pcidevs.h> #include <dev/pci/pcivar.h> |