diff options
| author | Warner Losh <imp@FreeBSD.org> | 2023-11-24 20:12:57 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2023-11-27 05:23:59 +0000 |
| commit | a2f733abcff64628b7771a47089628b7327a88bd (patch) | |
| tree | 82d32de87b0381c9e3904e1c09f0ddbbc442182a /lib/libvmmapi | |
| parent | 33ccf366718d189f206f1ed6c43cbcb7b50a2e6c (diff) | |
Diffstat (limited to 'lib/libvmmapi')
| -rw-r--r-- | lib/libvmmapi/vmmapi.c | 1 | ||||
| -rw-r--r-- | lib/libvmmapi/vmmapi.h | 1 | ||||
| -rw-r--r-- | lib/libvmmapi/vmmapi_freebsd.c | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/lib/libvmmapi/vmmapi.c b/lib/libvmmapi/vmmapi.c index d1470a4aed6e..1ab21e2f4de2 100644 --- a/lib/libvmmapi/vmmapi.c +++ b/lib/libvmmapi/vmmapi.c @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/capsicum.h> #include <sys/sysctl.h> diff --git a/lib/libvmmapi/vmmapi.h b/lib/libvmmapi/vmmapi.h index 986b23759d87..8c96bbcb1131 100644 --- a/lib/libvmmapi/vmmapi.h +++ b/lib/libvmmapi/vmmapi.h @@ -29,7 +29,6 @@ #ifndef _VMMAPI_H_ #define _VMMAPI_H_ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/cpuset.h> #include <machine/vmm.h> diff --git a/lib/libvmmapi/vmmapi_freebsd.c b/lib/libvmmapi/vmmapi_freebsd.c index e829febf0157..a1d39ac3795e 100644 --- a/lib/libvmmapi/vmmapi_freebsd.c +++ b/lib/libvmmapi/vmmapi_freebsd.c @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/types.h> #include <machine/specialreg.h> |
