summaryrefslogtreecommitdiffstats
path: root/sbin/fsdb
diff options
context:
space:
mode:
authorasmodai <asmodai@FreeBSD.org>2000-05-01 20:01:16 +0000
committerasmodai <asmodai@FreeBSD.org>2000-05-01 20:01:16 +0000
commitbd36251beafeed2035fe312df4ef17343bc008ca (patch)
tree265cfd640415a9dbc77df1694f9ba9245556945d /sbin/fsdb
parent66912043c133431bc2edc11db018e1780eafa3fd (diff)
downloadFreeBSD-src-bd36251beafeed2035fe312df4ef17343bc008ca.zip
FreeBSD-src-bd36251beafeed2035fe312df4ef17343bc008ca.tar.gz
Remove unused includes.
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 7076f58..5d54deb 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 3a62050..3846b6b 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>
OpenPOWER on IntegriCloud