summaryrefslogtreecommitdiffstats
path: root/sys/dev/ipmi.c
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>2017-09-08 05:36:51 +0000
committerderaadt <deraadt@openbsd.org>2017-09-08 05:36:51 +0000
commitb27348b2082c02cb5227e0e4933400ad6739ec5a (patch)
tree61856d0fd143076ef216debd0c3051e4b36fa4d5 /sys/dev/ipmi.c
parentvmd: handle queue index wraparound in viornd. Without this, openbsd guests (diff)
downloadwireguard-openbsd-b27348b2082c02cb5227e0e4933400ad6739ec5a.tar.xz
wireguard-openbsd-b27348b2082c02cb5227e0e4933400ad6739ec5a.zip
If you use sys/param.h, you don't need sys/types.h
Diffstat (limited to 'sys/dev/ipmi.c')
-rw-r--r--sys/dev/ipmi.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/ipmi.c b/sys/dev/ipmi.c
index 07bc1c87863..788838a1d60 100644
--- a/sys/dev/ipmi.c
+++ b/sys/dev/ipmi.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ipmi.c,v 1.98 2017/06/29 03:48:44 tedu Exp $ */
+/* $OpenBSD: ipmi.c,v 1.99 2017/09/08 05:36:52 deraadt Exp $ */
/*
* Copyright (c) 2015 Masao Uebayashi
@@ -27,7 +27,6 @@
* SUCH DAMAGE.
*/
-#include <sys/types.h>
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/kernel.h>