diff options
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> |
