summaryrefslogtreecommitdiffstats
path: root/sys/kern/kern_mbuf.c
diff options
context:
space:
mode:
authorglebius <glebius@FreeBSD.org>2016-02-03 22:02:36 +0000
committerglebius <glebius@FreeBSD.org>2016-02-03 22:02:36 +0000
commit8f977b6c5c07cc8b9c845778b9b384d9e37482ee (patch)
treeb046ca5e4e5fe148abb4e4b38e3b9e2068ca82a3 /sys/kern/kern_mbuf.c
parentba8e82fa42143956086d2cc9170c750bd601dd2c (diff)
downloadFreeBSD-src-8f977b6c5c07cc8b9c845778b9b384d9e37482ee.zip
FreeBSD-src-8f977b6c5c07cc8b9c845778b9b384d9e37482ee.tar.gz
Move uma_dbg_alloc() and uma_dbg_free() into uma_core.c, which allows
to make uma_dbg.h not depend on uma_int.h, which allows to uninclude uma_int.h from the mbuf(9) allocator.
Diffstat (limited to 'sys/kern/kern_mbuf.c')
-rw-r--r--sys/kern/kern_mbuf.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/kern/kern_mbuf.c b/sys/kern/kern_mbuf.c
index a864c94..779c62a 100644
--- a/sys/kern/kern_mbuf.c
+++ b/sys/kern/kern_mbuf.c
@@ -52,7 +52,6 @@ __FBSDID("$FreeBSD$");
#include <vm/vm_page.h>
#include <vm/vm_map.h>
#include <vm/uma.h>
-#include <vm/uma_int.h>
#include <vm/uma_dbg.h>
/*
OpenPOWER on IntegriCloud