summaryrefslogtreecommitdiffstats
path: root/freebsd/lib/libmemstat
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2016-12-09 14:19:03 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2017-01-10 09:53:34 +0100
commit75b706fde4cbf82bcd41a1cec319778aa0f8eb2d (patch)
treeea39a351a1f6337b5a5dd6036314693adef5ffe6 /freebsd/lib/libmemstat
parentVMSTAT(8): Port to RTEMS (diff)
downloadrtems-libbsd-75b706fde4cbf82bcd41a1cec319778aa0f8eb2d.tar.bz2
Update to FreeBSD head 2016-12-10
Git mirror commit 80c55f08a05ab3b26a73b226ccb56adc3122a55c.
Diffstat (limited to 'freebsd/lib/libmemstat')
-rw-r--r--freebsd/lib/libmemstat/memstat_uma.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/freebsd/lib/libmemstat/memstat_uma.c b/freebsd/lib/libmemstat/memstat_uma.c
index 9c5e4024..299386c8 100644
--- a/freebsd/lib/libmemstat/memstat_uma.c
+++ b/freebsd/lib/libmemstat/memstat_uma.c
@@ -32,9 +32,6 @@
#include <rtems/bsd/sys/cpuset.h>
#include <sys/sysctl.h>
-#include <vm/vm.h>
-#include <vm/vm_page.h>
-
#include <vm/uma.h>
#include <vm/uma_int.h>