From ee2ff3b6134ec7a822a85f545859d65ab4a5509f Mon Sep 17 00:00:00 2001 From: ae Date: Mon, 11 Jul 2011 10:02:27 +0000 Subject: 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 --- sys/geom/geom.h | 1 - 1 file changed, 1 deletion(-) diff --git a/sys/geom/geom.h b/sys/geom/geom.h index 6256572..b90e6bc 100644 --- a/sys/geom/geom.h +++ b/sys/geom/geom.h @@ -44,7 +44,6 @@ #include #include #include -#include #include struct g_class; -- cgit v1.1