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
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=74652

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>