summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>2002-09-15 16:48:25 +0000
committerbde <bde@FreeBSD.org>2002-09-15 16:48:25 +0000
commit486bc9dab8aab95468a5910f1ad064ed33582577 (patch)
treea93fb47f4c7e4659a81db5f8193f69684175a5f2 /sys
parent2a9f9dcde09b8cceef1fbab364f8c63efe5cb141 (diff)
downloadFreeBSD-src-486bc9dab8aab95468a5910f1ad064ed33582577.zip
FreeBSD-src-486bc9dab8aab95468a5910f1ad064ed33582577.tar.gz
Removed most namespace pollution in this header: don't include <vm/uma.h>;
include <sys/_mutex.h> and its prerequisites instead of <sys/mutex.h> and its prerequisite.
Diffstat (limited to 'sys')
-rw-r--r--sys/sys/malloc.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/sys/malloc.h b/sys/sys/malloc.h
index 57c3586..9a46e92 100644
--- a/sys/sys/malloc.h
+++ b/sys/sys/malloc.h
@@ -37,9 +37,9 @@
#ifndef _SYS_MALLOC_H_
#define _SYS_MALLOC_H_
-#include <vm/uma.h>
-#include <sys/lock.h>
-#include <sys/mutex.h>
+#include <sys/queue.h>
+#include <sys/_lock.h>
+#include <sys/_mutex.h>
#define splmem splhigh
OpenPOWER on IntegriCloud