Author: ae
Date: Mon Jul 11 10:02:27 2011
New Revision: 223930
URL: http://svn.freebsd.org/changeset/base/223930

Log:
  Remove include of sys/sbuf.h from geom/geom.h.
  sbuf support is not always required for geom/geom.h users, and no need to
  depend from it.
  
  PR:           kern/158398

Modified:
  head/sys/geom/geom.h

Modified: head/sys/geom/geom.h
==============================================================================
--- head/sys/geom/geom.h        Mon Jul 11 08:42:09 2011        (r223929)
+++ head/sys/geom/geom.h        Mon Jul 11 10:02:27 2011        (r223930)
@@ -44,7 +44,6 @@
 #include <sys/queue.h>
 #include <sys/ioccom.h>
 #include <sys/conf.h>
-#include <sys/sbuf.h>
 #include <sys/module.h>
 
 struct g_class;
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to