svn commit: r247312 - head/sys/fs/fuse

Alan Cox alc at FreeBSD.org
Tue Feb 26 07:00:26 UTC 2013


Author: alc
Date: Tue Feb 26 07:00:24 2013
New Revision: 247312
URL: http://svnweb.freebsd.org/changeset/base/247312

Log:
  Eliminate a duplicate #include.
  
  Sponsored by:	EMC / Isilon Storage Division

Modified:
  head/sys/fs/fuse/fuse_io.c

Modified: head/sys/fs/fuse/fuse_io.c
==============================================================================
--- head/sys/fs/fuse/fuse_io.c	Tue Feb 26 06:38:00 2013	(r247311)
+++ head/sys/fs/fuse/fuse_io.c	Tue Feb 26 07:00:24 2013	(r247312)
@@ -87,7 +87,6 @@ __FBSDID("$FreeBSD$");
 #include <vm/vm_map.h>
 #include <vm/vm_page.h>
 #include <vm/vm_object.h>
-#include <vm/vm_object.h>
 
 #include "fuse.h"
 #include "fuse_file.h"


More information about the svn-src-head mailing list