The branch stable/13 has been updated by markj: URL: https://cgit.FreeBSD.org/src/commit/?id=498b34f60d2f0ab72778c872ab82d7d5ff2664a9
commit 498b34f60d2f0ab72778c872ab82d7d5ff2664a9 Author: Mark Johnston <[email protected]> AuthorDate: 2023-06-08 19:03:46 +0000 Commit: Mark Johnston <[email protected]> CommitDate: 2023-06-15 14:41:56 +0000 libvmmapi: Remove some unneeded includes These are amd64-specific and so can't be used when targetting arm64, but they don't appear to be needed. No functional change intended. MFC after: 1 week Sponsored by: The FreeBSD Foundation (cherry picked from commit 1320520ba488386251a7d02bd90842e031931133) --- lib/libvmmapi/vmmapi.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/lib/libvmmapi/vmmapi.c b/lib/libvmmapi/vmmapi.c index 451d679dbbba..9f69c79561ad 100644 --- a/lib/libvmmapi/vmmapi.c +++ b/lib/libvmmapi/vmmapi.c @@ -41,9 +41,6 @@ __FBSDID("$FreeBSD$"); #include <sys/_iovec.h> #include <sys/cpuset.h> -#include <x86/segments.h> -#include <machine/specialreg.h> - #include <capsicum_helpers.h> #include <errno.h> #include <stdbool.h>
