Respect style(9), one must not include both <sys/types.h> and

<sys/param.h> (the latter includes the former).

Submitted by:	bde
This commit is contained in:
Ollivier Robert 2001-03-22 13:19:32 +00:00
parent 30fcf11451
commit ed873335b7
1 changed files with 0 additions and 1 deletions

View File

@ -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>