diff options
author | roberto <roberto@FreeBSD.org> | 2001-03-22 13:19:32 +0000 |
---|---|---|
committer | roberto <roberto@FreeBSD.org> | 2001-03-22 13:19:32 +0000 |
commit | 0bcfe8027128412ee55d2d08a965d38280a523da (patch) | |
tree | 4398ac7125505166de3b7ab8504f097e6a236857 /sbin/fsdb | |
parent | cdbf8e313d169c6dd08d6097ce50fecaba2b1644 (diff) | |
download | FreeBSD-src-0bcfe8027128412ee55d2d08a965d38280a523da.zip FreeBSD-src-0bcfe8027128412ee55d2d08a965d38280a523da.tar.gz |
Respect style(9), one must not include both <sys/types.h> and
<sys/param.h> (the latter includes the former).
Submitted by: bde
Diffstat (limited to 'sbin/fsdb')
-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 eaa24ff..3fbc8aa 100644 --- a/sbin/fsdb/fsdbutil.c +++ b/sbin/fsdb/fsdbutil.c @@ -33,7 +33,6 @@ static const char rcsid[] = "$FreeBSD$"; #endif /* not lint */ -#include <sys/types.h> #include <sys/param.h> #include <ctype.h> #include <err.h> |