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:
Enji Cooper 2017-01-16 07:39:08 +00:00
parent 5ca8558309
commit f467f63cbb

View file

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