Reduce namespace pollution.

Submitted by:	bde
This commit is contained in:
alc 2002-09-21 07:51:44 +00:00
parent f52df7d2ac
commit c8cd48e020

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,