Reduce namespace pollution.

Submitted by:	bde
This commit is contained in:
Alan Cox 2002-09-21 07:51:44 +00:00
parent a790f5b889
commit 8aadcc5368

View File

@ -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,