diff options
| author | Alan Cox <alc@FreeBSD.org> | 2002-09-21 07:51:44 +0000 |
|---|---|---|
| committer | Alan Cox <alc@FreeBSD.org> | 2002-09-21 07:51:44 +0000 |
| commit | 8aadcc53683be273f4df9a741142dabcb1c6c9a5 (patch) | |
| tree | 18fae2e4654478d5815e9dd4214a15ff58b9ac95 /sys | |
| parent | a790f5b889c5fd298ebfe3d0bdbfea61cec0e67e (diff) | |
Notes
Diffstat (limited to 'sys')
| -rw-r--r-- | sys/vm/vm_object.h | 3 |
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, |
