From 99d1c26b7d1f22b45bfe5ec1d7adfbb3b4253ad1 Mon Sep 17 00:00:00 2001 From: Bruce Evans Date: Sun, 15 Sep 2002 16:48:25 +0000 Subject: Removed most namespace pollution in this header: don't include ; include and its prerequisites instead of and its prerequisite. --- sys/sys/malloc.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sys/sys/malloc.h b/sys/sys/malloc.h index 57c358623c6a..9a46e9292921 100644 --- a/sys/sys/malloc.h +++ b/sys/sys/malloc.h @@ -37,9 +37,9 @@ #ifndef _SYS_MALLOC_H_ #define _SYS_MALLOC_H_ -#include -#include -#include +#include +#include +#include #define splmem splhigh -- cgit v1.3