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/fsdb.c | |
parent | 66912043c133431bc2edc11db018e1780eafa3fd (diff) | |
download | FreeBSD-src-bd36251beafeed2035fe312df4ef17343bc008ca.zip FreeBSD-src-bd36251beafeed2035fe312df4ef17343bc008ca.tar.gz |
Remove unused includes.
Diffstat (limited to 'sbin/fsdb/fsdb.c')
-rw-r--r-- | sbin/fsdb/fsdb.c | 1 |
1 files changed, 0 insertions, 1 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> |