svn commit: r194393 - head/sys/vm

Alan Cox alc at FreeBSD.org
Wed Jun 17 20:12:24 UTC 2009


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


More information about the svn-src-head mailing list