diff options
author | Jeroen Ruigrok van der Werven <asmodai@FreeBSD.org> | 2000-05-01 20:01:16 +0000 |
---|---|---|
committer | Jeroen Ruigrok van der Werven <asmodai@FreeBSD.org> | 2000-05-01 20:01:16 +0000 |
commit | 2ec1f7719069065c53309d2a1af1f2d583c2561b (patch) | |
tree | fa66397b5ff72ff9e0408bd4a69e9eae8eba6040 /sbin/fsdb/fsdbutil.c | |
parent | 10f9bc7f433379e63b15381f085199ffefbf39e5 (diff) | |
download | src-2ec1f7719069065c53309d2a1af1f2d583c2561b.tar.gz src-2ec1f7719069065c53309d2a1af1f2d583c2561b.zip |
Remove unused includes.
Notes
Notes:
svn path=/head/; revision=59869
Diffstat (limited to 'sbin/fsdb/fsdbutil.c')
-rw-r--r-- | sbin/fsdb/fsdbutil.c | 1 |
1 files changed, 0 insertions, 1 deletions
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> |