aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Johnston <markj@FreeBSD.org>2023-10-04 16:23:07 +0000
committerMark Johnston <markj@FreeBSD.org>2023-10-04 16:53:16 +0000
commit145ffd5db770669339fb73d242950f76d369de1b (patch)
tree2a2996e5cf41a89e6f8ea5cf36533b69c8b8f82e
parent72f9c9d82fce84fcb68c9aa1f32fabcf0c0038e9 (diff)
downloadsrc-145ffd5db770669339fb73d242950f76d369de1b.tar.gz
src-145ffd5db770669339fb73d242950f76d369de1b.zip
bhyve: Remove some unneeded includes from snapshot.c
MFC after: 1 week Sponsored by: Innovate UK
-rw-r--r--usr.sbin/bhyve/snapshot.c11
1 files changed, 0 insertions, 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>