aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Evans <bde@FreeBSD.org>2002-09-15 16:48:25 +0000
committerBruce Evans <bde@FreeBSD.org>2002-09-15 16:48:25 +0000
commit99d1c26b7d1f22b45bfe5ec1d7adfbb3b4253ad1 (patch)
treea93fb47f4c7e4659a81db5f8193f69684175a5f2
parent3f8ba8b5f8d0720bc201df3a913b52e3def16769 (diff)
Notes
-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 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 <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