aboutsummaryrefslogtreecommitdiff
path: root/sbin
diff options
context:
space:
mode:
authorJeroen Ruigrok van der Werven <asmodai@FreeBSD.org>2000-05-01 20:01:16 +0000
committerJeroen Ruigrok van der Werven <asmodai@FreeBSD.org>2000-05-01 20:01:16 +0000
commit2ec1f7719069065c53309d2a1af1f2d583c2561b (patch)
treefa66397b5ff72ff9e0408bd4a69e9eae8eba6040 /sbin
parent10f9bc7f433379e63b15381f085199ffefbf39e5 (diff)
downloadsrc-2ec1f7719069065c53309d2a1af1f2d583c2561b.tar.gz
src-2ec1f7719069065c53309d2a1af1f2d583c2561b.zip
Remove unused includes.
Notes
Notes: svn path=/head/; revision=59869
Diffstat (limited to 'sbin')
-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>