cleanup vmd(8) includes and header files
authordv <dv@openbsd.org>
Wed, 16 Jun 2021 16:55:02 +0000 (16:55 +0000)
committerdv <dv@openbsd.org>
Wed, 16 Jun 2021 16:55:02 +0000 (16:55 +0000)
commit6eb4c859e9b6a4a1acf9b5c55557502f5d149733
treebbbe4838ebabc89ac721ab178ca7d10d9f4a9b86
parent5bc2278e8d6c921836a3857bb1c9a617b7e49745
cleanup vmd(8) includes and header files

Lots of organic growth other the years lead to unnecessary includes
(proc.h everywhere) and odd dependencies between header files. This
cleans things up a bit to help with upcoming cleanup around dhcp
code.

No functional change.

"go for it" mlarkin@
21 files changed:
usr.sbin/vmd/atomicio.h
usr.sbin/vmd/control.c
usr.sbin/vmd/dhcp.c
usr.sbin/vmd/fw_cfg.c
usr.sbin/vmd/fw_cfg.h
usr.sbin/vmd/i8253.c
usr.sbin/vmd/i8259.c
usr.sbin/vmd/loadfile.h
usr.sbin/vmd/mc146818.c
usr.sbin/vmd/ns8250.c
usr.sbin/vmd/packet.c
usr.sbin/vmd/parse.y
usr.sbin/vmd/pci.c
usr.sbin/vmd/pci.h
usr.sbin/vmd/proc.h
usr.sbin/vmd/vioqcow2.c
usr.sbin/vmd/vioraw.c
usr.sbin/vmd/vioscsi.c
usr.sbin/vmd/virtio.c
usr.sbin/vmd/virtio.h
usr.sbin/vmd/vm.c