diff options
author | Mike Larkin <mlarkin@cvs.openbsd.org> | 2016-01-14 02:46:41 +0000 |
---|---|---|
committer | Mike Larkin <mlarkin@cvs.openbsd.org> | 2016-01-14 02:46:41 +0000 |
commit | b9f57528245567ca6c9320a18040538680db0c8a (patch) | |
tree | 73faf5a78cfa478fd4dc06e27325890e44a89564 | |
parent | 6b0778661e7f37294e32cc065d6743b6f31d538c (diff) |
stdio.h is not needed here anymore.
-rw-r--r-- | usr.sbin/vmd/pci.c | 3 | ||||
-rw-r--r-- | usr.sbin/vmd/virtio.c | 3 |
2 files changed, 2 insertions, 4 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> diff --git a/usr.sbin/vmd/virtio.c b/usr.sbin/vmd/virtio.c index 4c2f7336fea..68e685654b5 100644 --- a/usr.sbin/vmd/virtio.c +++ b/usr.sbin/vmd/virtio.c @@ -1,4 +1,4 @@ -/* $OpenBSD: virtio.c,v 1.6 2016/01/04 02:07:28 mlarkin Exp $ */ +/* $OpenBSD: virtio.c,v 1.7 2016/01/14 02:46:40 mlarkin Exp $ */ /* * Copyright (c) 2015 Mike Larkin <mlarkin@openbsd.org> @@ -18,7 +18,6 @@ #include <errno.h> #include <poll.h> -#include <stdio.h> #include <stdlib.h> #include <string.h> #include <sys/types.h> |