Eliminate unnecessary forward declarations.

This commit is contained in:
Alan Cox 2009-06-17 20:12:23 +00:00
parent 4b7b144f63
commit f0553fdbc4
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=194393

View File

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