summaryrefslogtreecommitdiffstats
path: root/sys/vm/vm_object.h
diff options
context:
space:
mode:
authoralc <alc@FreeBSD.org>2002-09-21 07:51:44 +0000
committeralc <alc@FreeBSD.org>2002-09-21 07:51:44 +0000
commitc8cd48e0203a555cdb4407c7698e330a7cc41d6d (patch)
tree18fae2e4654478d5815e9dd4214a15ff58b9ac95 /sys/vm/vm_object.h
parentf52df7d2ac7b047bc801f6bd98b320708f6e5332 (diff)
downloadFreeBSD-src-c8cd48e0203a555cdb4407c7698e330a7cc41d6d.zip
FreeBSD-src-c8cd48e0203a555cdb4407c7698e330a7cc41d6d.tar.gz
Reduce namespace pollution.
Submitted by: bde
Diffstat (limited to 'sys/vm/vm_object.h')
-rw-r--r--sys/vm/vm_object.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/sys/vm/vm_object.h b/sys/vm/vm_object.h
index aa1008b..b87acce 100644
--- a/sys/vm/vm_object.h
+++ b/sys/vm/vm_object.h
@@ -71,9 +71,6 @@
#ifndef _VM_OBJECT_
#define _VM_OBJECT_
-#include <sys/param.h>
-#include <sys/lock.h>
-#include <sys/mutex.h>
#include <sys/queue.h>
enum obj_type { OBJT_DEFAULT, OBJT_SWAP, OBJT_VNODE, OBJT_DEVICE, OBJT_PHYS,
OpenPOWER on IntegriCloud