diff options
author | asmodai <asmodai@FreeBSD.org> | 2000-05-01 20:01:16 +0000 |
---|---|---|
committer | asmodai <asmodai@FreeBSD.org> | 2000-05-01 20:01:16 +0000 |
commit | bd36251beafeed2035fe312df4ef17343bc008ca (patch) | |
tree | 265cfd640415a9dbc77df1694f9ba9245556945d /sbin/fsdb | |
parent | 66912043c133431bc2edc11db018e1780eafa3fd (diff) | |
download | FreeBSD-src-bd36251beafeed2035fe312df4ef17343bc008ca.zip FreeBSD-src-bd36251beafeed2035fe312df4ef17343bc008ca.tar.gz |
Remove unused includes.
Diffstat (limited to 'sbin/fsdb')
-rw-r--r-- | sbin/fsdb/fsdb.c | 1 | ||||
-rw-r--r-- | sbin/fsdb/fsdbutil.c | 1 |
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> |