git: f22dc6dca625 - stable/14 - bhyve: Remove some unneeded includes from snapshot.c
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 11 Oct 2023 13:25:07 UTC
The branch stable/14 has been updated by markj: URL: https://cgit.FreeBSD.org/src/commit/?id=f22dc6dca625588985af6f239f4b43f0820e37e4 commit f22dc6dca625588985af6f239f4b43f0820e37e4 Author: Mark Johnston <markj@FreeBSD.org> AuthorDate: 2023-10-04 16:23:07 +0000 Commit: Mark Johnston <markj@FreeBSD.org> CommitDate: 2023-10-11 13:21:56 +0000 bhyve: Remove some unneeded includes from snapshot.c MFC after: 1 week Sponsored by: Innovate UK (cherry picked from commit 145ffd5db770669339fb73d242950f76d369de1b) --- 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>