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

This commit is contained in:
Xin LI 2018-01-07 07:08:59 +00:00
parent f0c0c1daec
commit 6d5343e38e
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=327672

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>