Eliminate unnecessary forward declarations.

This commit is contained in:
alc 2009-06-17 20:12:23 +00:00
parent 0abfb2bd6a
commit 31dc96eed0

@ -33,11 +33,8 @@
#ifndef _VM_EXTERN_H_
#define _VM_EXTERN_H_
struct buf;
struct proc;
struct vmspace;
struct vmtotal;
struct mount;
struct vnode;
#ifdef _KERNEL