summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPoul-Henning Kamp <phk@FreeBSD.org>2003-03-09 10:04:21 +0000
committerPoul-Henning Kamp <phk@FreeBSD.org>2003-03-09 10:04:21 +0000
commit564632b081e4b97aecbd47a9f0140fd7998a6b9c (patch)
tree31558f49156792890dc09843ab73086c0832fd9b
parentf48b881942875e42091b46bd290e5dffdab924b0 (diff)
Notes
-rw-r--r--sys/geom/geom_dev.c1
-rw-r--r--sys/geom/geom_subr.c1
2 files changed, 0 insertions, 2 deletions
diff --git a/sys/geom/geom_dev.c b/sys/geom/geom_dev.c
index 7f320005e6f5..0037b07c9717 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 1dda9d3d9272..3b40d46f6303 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);