Eliminate unnecessary forward declarations.

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

View File

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