summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1997-12-27 09:42:03 +0000
committerbde <bde@FreeBSD.org>1997-12-27 09:42:03 +0000
commit7629c0321e705cb78c28a7c4ad020f2c2451c5d6 (patch)
tree27217dc1e581de973830b34bca7b7991c4dc9c65
parentc7a32031993e4da5c477345eb4062d4a7d671d08 (diff)
downloadFreeBSD-src-7629c0321e705cb78c28a7c4ad020f2c2451c5d6.zip
FreeBSD-src-7629c0321e705cb78c28a7c4ad020f2c2451c5d6.tar.gz
Unspammed nested include of <vm/vm_zone.h>.
-rw-r--r--sys/sys/malloc.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/sys/malloc.h b/sys/sys/malloc.h
index 22f0c60..69d258c 100644
--- a/sys/sys/malloc.h
+++ b/sys/sys/malloc.h
@@ -31,7 +31,7 @@
* SUCH DAMAGE.
*
* @(#)malloc.h 8.5 (Berkeley) 5/3/95
- * $Id: malloc.h,v 1.34 1997/12/05 18:58:13 bde Exp $
+ * $Id: malloc.h,v 1.35 1997/12/05 19:14:36 bde Exp $
*/
#ifndef _SYS_MALLOC_H_
@@ -113,8 +113,6 @@ struct kmembuckets {
#ifdef KERNEL
-#include <vm/vm_zone.h>
-
#define MINALLOCSIZE (1 << MINBUCKET)
#define BUCKETINDX(size) \
((size) <= (MINALLOCSIZE * 128) \
OpenPOWER on IntegriCloud