aboutsummaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorAlan Cox <alc@FreeBSD.org>2002-09-21 07:51:44 +0000
committerAlan Cox <alc@FreeBSD.org>2002-09-21 07:51:44 +0000
commit8aadcc53683be273f4df9a741142dabcb1c6c9a5 (patch)
tree18fae2e4654478d5815e9dd4214a15ff58b9ac95 /sys
parenta790f5b889c5fd298ebfe3d0bdbfea61cec0e67e (diff)
Notes
Diffstat (limited to 'sys')
-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 aa1008b45618..b87acce0942f 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,