Author: alc Date: Wed Jun 17 20:12:23 2009 New Revision: 194393 URL: http://svn.freebsd.org/changeset/base/194393
Log: Eliminate unnecessary forward declarations. Modified: head/sys/vm/vm_extern.h Modified: head/sys/vm/vm_extern.h ============================================================================== --- head/sys/vm/vm_extern.h Wed Jun 17 19:53:47 2009 (r194392) +++ head/sys/vm/vm_extern.h Wed Jun 17 20:12:23 2009 (r194393) @@ -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 _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "[email protected]"
