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
This commit is contained in:
Mark Johnston 2023-06-08 15:03:46 -04:00
parent bbc64cf66c
commit 1320520ba4

View file

@ -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>