git: 145ffd5db770 - main - bhyve: Remove some unneeded includes from snapshot.c
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 04 Oct 2023 16:54:00 UTC
The branch main has been updated by markj: URL: https://cgit.FreeBSD.org/src/commit/?id=145ffd5db770669339fb73d242950f76d369de1b commit 145ffd5db770669339fb73d242950f76d369de1b Author: Mark Johnston <markj@FreeBSD.org> AuthorDate: 2023-10-04 16:23:07 +0000 Commit: Mark Johnston <markj@FreeBSD.org> CommitDate: 2023-10-04 16:53:16 +0000 bhyve: Remove some unneeded includes from snapshot.c MFC after: 1 week Sponsored by: Innovate UK --- usr.sbin/bhyve/snapshot.c | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/usr.sbin/bhyve/snapshot.c b/usr.sbin/bhyve/snapshot.c index 2daef0ef74f0..86c76e679e53 100644 --- a/usr.sbin/bhyve/snapshot.c +++ b/usr.sbin/bhyve/snapshot.c @@ -44,8 +44,6 @@ #include <sys/time.h> #include <sys/un.h> -#include <machine/atomic.h> - #ifndef WITHOUT_CAPSICUM #include <capsicum_helpers.h> #endif @@ -79,19 +77,10 @@ #include "amd64/atkbdc.h" #endif #include "debug.h" -#include "inout.h" #include "ipc.h" -#include "ioapic.h" #include "mem.h" -#include "mevent.h" #include "pci_emul.h" -#include "pci_irq.h" -#include "pci_lpc.h" -#include "smbiostbl.h" #include "snapshot.h" -#include "xmsr.h" -#include "spinup_ap.h" -#include "rtc.h" #include <libxo/xo.h> #include <ucl.h>