summaryrefslogtreecommitdiffstats
path: root/usr.sbin/vmd/pci.c
diff options
context:
space:
mode:
authormlarkin <mlarkin@openbsd.org>2016-01-14 02:46:40 +0000
committermlarkin <mlarkin@openbsd.org>2016-01-14 02:46:40 +0000
commit996ba68ab1a88963f08b4e668e440a8a4bfa203f (patch)
treec91317087824612925c6f2fedaf56a1b12013332 /usr.sbin/vmd/pci.c
parentfix typo (diff)
downloadwireguard-openbsd-996ba68ab1a88963f08b4e668e440a8a4bfa203f.tar.xz
wireguard-openbsd-996ba68ab1a88963f08b4e668e440a8a4bfa203f.zip
stdio.h is not needed here anymore.
Diffstat (limited to 'usr.sbin/vmd/pci.c')
-rw-r--r--usr.sbin/vmd/pci.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.sbin/vmd/pci.c b/usr.sbin/vmd/pci.c
index e1f76bd8a14..754ddb078e4 100644
--- a/usr.sbin/vmd/pci.c
+++ b/usr.sbin/vmd/pci.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: pci.c,v 1.5 2016/01/04 02:07:28 mlarkin Exp $ */
+/* $OpenBSD: pci.c,v 1.6 2016/01/14 02:46:40 mlarkin Exp $ */
/*
* Copyright (c) 2015 Mike Larkin <mlarkin@openbsd.org>
@@ -16,7 +16,6 @@
* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
-#include <stdio.h>
#include <string.h>
#include <sys/types.h>
#include <dev/pci/pcireg.h>