Date: Thu, 15 Jun 2023 14:42:35 GMT From: Mark Johnston <markj@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org Subject: git: 498b34f60d2f - stable/13 - libvmmapi: Remove some unneeded includes Message-ID: <202306151442.35FEgZsN003288@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch stable/13 has been updated by markj: URL: https://cgit.FreeBSD.org/src/commit/?id=498b34f60d2f0ab72778c872ab82d7d5ff2664a9 commit 498b34f60d2f0ab72778c872ab82d7d5ff2664a9 Author: Mark Johnston <markj@FreeBSD.org> AuthorDate: 2023-06-08 19:03:46 +0000 Commit: Mark Johnston <markj@FreeBSD.org> 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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202306151442.35FEgZsN003288>