diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2017-09-08 05:36:54 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2017-09-08 05:36:54 +0000 |
commit | d57c7d7b30add2ecd463f68aef3651ef7bca7eb7 (patch) | |
tree | 57cbf3ade2a9c95a25842cb657179cb4f8c78a82 /sys/dev/eisa/uha_eisa.c | |
parent | 52b7fef1a1e427e7790b90eb2733372c2c8575ba (diff) |
If you use sys/param.h, you don't need sys/types.h
Diffstat (limited to 'sys/dev/eisa/uha_eisa.c')
-rw-r--r-- | sys/dev/eisa/uha_eisa.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/eisa/uha_eisa.c b/sys/dev/eisa/uha_eisa.c index 4a9b851d7eb..9d2fe688bf1 100644 --- a/sys/dev/eisa/uha_eisa.c +++ b/sys/dev/eisa/uha_eisa.c @@ -1,4 +1,4 @@ -/* $OpenBSD: uha_eisa.c,v 1.13 2014/09/14 14:17:24 jsg Exp $ */ +/* $OpenBSD: uha_eisa.c,v 1.14 2017/09/08 05:36:52 deraadt Exp $ */ /* $NetBSD: uha_eisa.c,v 1.5 1996/10/21 22:31:07 thorpej Exp $ */ /* @@ -30,7 +30,6 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#include <sys/types.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/device.h> |