Remove unneeded #include of geom_stats.h

This commit is contained in:
Poul-Henning Kamp 2003-03-09 10:04:21 +00:00
parent f48b881942
commit 564632b081
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=112030
2 changed files with 0 additions and 2 deletions

View File

@ -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;

View File

@ -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);