diff options
Diffstat (limited to 'sys/geom')
-rw-r--r-- | sys/geom/geom_dev.c | 1 | ||||
-rw-r--r-- | sys/geom/geom_subr.c | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/sys/geom/geom_dev.c b/sys/geom/geom_dev.c index 7f32000..0037b07 100644 --- a/sys/geom/geom_dev.c +++ b/sys/geom/geom_dev.c @@ -50,7 +50,6 @@ #include <sys/fcntl.h> #include <geom/geom.h> #include <geom/geom_int.h> -#include <geom/geom_stats.h> #include <machine/limits.h> static d_open_t g_dev_open; diff --git a/sys/geom/geom_subr.c b/sys/geom/geom_subr.c index 1dda9d3..3b40d46 100644 --- a/sys/geom/geom_subr.c +++ b/sys/geom/geom_subr.c @@ -60,7 +60,6 @@ #include <sys/sbuf.h> #include <geom/geom.h> #include <geom/geom_int.h> -#include <geom/geom_stats.h> #include <machine/stdarg.h> struct class_list_head g_classes = LIST_HEAD_INITIALIZER(g_classes); |