diff options
author | Dave Voutila <dv@cvs.openbsd.org> | 2023-04-28 18:52:23 +0000 |
---|---|---|
committer | Dave Voutila <dv@cvs.openbsd.org> | 2023-04-28 18:52:23 +0000 |
commit | a02717b2793afcaaf174fbcb4aefe2e8bde8e8d8 (patch) | |
tree | 238159ad24a465b0e8465ba65468655113287019 /usr.sbin/vmd/vionet.c | |
parent | b0ce54c2de568a74ba8618f720c45c10a6532e93 (diff) |
Remove unneeded header includes in vmd.
No functional change. virtio block/networking emulation do not need
to know about vmm or any kernel types.
Diffstat (limited to 'usr.sbin/vmd/vionet.c')
-rw-r--r-- | usr.sbin/vmd/vionet.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/usr.sbin/vmd/vionet.c b/usr.sbin/vmd/vionet.c index 77ba469df51..6ce905fdccf 100644 --- a/usr.sbin/vmd/vionet.c +++ b/usr.sbin/vmd/vionet.c @@ -1,4 +1,4 @@ -/* $OpenBSD: vionet.c,v 1.1 2023/04/27 22:47:27 dv Exp $ */ +/* $OpenBSD: vionet.c,v 1.2 2023/04/28 18:52:22 dv Exp $ */ /* * Copyright (c) 2023 Dave Voutila <dv@openbsd.org> @@ -23,8 +23,6 @@ #include <dev/pci/virtio_pcireg.h> #include <dev/pv/virtioreg.h> -#include <machine/vmmvar.h> - #include <net/if.h> #include <netinet/in.h> #include <netinet/if_ether.h> |