summaryrefslogtreecommitdiff
path: root/sbin/fsdb
diff options
context:
space:
mode:
authorPaul Saab <ps@FreeBSD.org>2000-07-01 06:23:36 +0000
committerPaul Saab <ps@FreeBSD.org>2000-07-01 06:23:36 +0000
commite153613ab0ee53e7c19cf79cb52c873e906a6f26 (patch)
tree1d7f4677f5c21df9c36bc32b4961e3fe80c0b671 /sbin/fsdb
parent1f0ba10b4158ee664213d93bfecd8af738ec0d2d (diff)
Notes
Diffstat (limited to 'sbin/fsdb')
-rw-r--r--sbin/fsdb/fsdb.c1
-rw-r--r--sbin/fsdb/fsdbutil.c1
2 files changed, 0 insertions, 2 deletions
diff --git a/sbin/fsdb/fsdb.c b/sbin/fsdb/fsdb.c
index 7076f585443b..5d54debe0d6c 100644
--- a/sbin/fsdb/fsdb.c
+++ b/sbin/fsdb/fsdb.c
@@ -33,7 +33,6 @@ static const char rcsid[] =
"$FreeBSD$";
#endif /* not lint */
-#include <sys/types.h>
#include <sys/param.h>
#include <sys/time.h>
#include <ctype.h>
diff --git a/sbin/fsdb/fsdbutil.c b/sbin/fsdb/fsdbutil.c
index 3a6205063664..3846b6bd5ffb 100644
--- a/sbin/fsdb/fsdbutil.c
+++ b/sbin/fsdb/fsdbutil.c
@@ -34,7 +34,6 @@ static const char rcsid[] =
#endif /* not lint */
#include <sys/types.h>
-#include <sys/param.h>
#include <ctype.h>
#include <err.h>
#include <grp.h>