stddef.h is not used by cat.c, remove the include.

This commit is contained in:
delphij 2018-01-07 07:08:59 +00:00
parent a12d99e384
commit d85f21b483

View File

@ -61,7 +61,6 @@ __FBSDID("$FreeBSD$");
#include <errno.h>
#include <fcntl.h>
#include <locale.h>
#include <stddef.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>