Remove sys/param.h

It was used for nitems, but I converted it to __arraycount later, and
is already pulled in by header pollution on FreeBSD as well as NetBSD
ala sys/cdefs.h
This commit is contained in:
ngie 2017-01-16 07:39:08 +00:00
parent ce3bf87904
commit 2d9dd7d9d3

View File

@ -30,7 +30,6 @@
* POSSIBILITY OF SUCH DAMAGE.
*/
#include <sys/param.h>
#include <atf-c.h>
#include <stdio.h>
#include <stdlib.h>