diff options
author | Kevin Lo <kevlo@cvs.openbsd.org> | 2005-04-06 00:43:00 +0000 |
---|---|---|
committer | Kevin Lo <kevlo@cvs.openbsd.org> | 2005-04-06 00:43:00 +0000 |
commit | b83ed22aa7d3b8566fdb470adc0992b166c3cb64 (patch) | |
tree | 5a59c95483965c400ce3f4ad90273ab77cd68288 /sys | |
parent | 97b5dbcee340f2c57bc7189ecfe7c93337e29007 (diff) |
<sys/types.h> is not needed with <sys/param.h>
ok reyk and damien
Diffstat (limited to 'sys')
-rw-r--r-- | sys/dev/ic/ath.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/ic/ath.c b/sys/dev/ic/ath.c index 5b3f3a904de..db9ef966a3b 100644 --- a/sys/dev/ic/ath.c +++ b/sys/dev/ic/ath.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ath.c,v 1.19 2005/04/05 17:10:43 reyk Exp $ */ +/* $OpenBSD: ath.c,v 1.20 2005/04/06 00:42:59 kevlo Exp $ */ /* $NetBSD: ath.c,v 1.37 2004/08/18 21:59:39 dyoung Exp $ */ /*- @@ -49,7 +49,6 @@ #include <sys/param.h> #include <sys/systm.h> -#include <sys/types.h> #include <sys/sysctl.h> #include <sys/mbuf.h> #include <sys/malloc.h> |