Remove unused includes.

This commit is contained in:
Jeroen Ruigrok van der Werven 2000-05-01 20:01:16 +00:00
parent 10f9bc7f43
commit 2ec1f77190
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=59869
2 changed files with 0 additions and 2 deletions

View File

@ -33,7 +33,6 @@ static const char rcsid[] =
"$FreeBSD$";
#endif /* not lint */
#include <sys/types.h>
#include <sys/param.h>
#include <sys/time.h>
#include <ctype.h>

View File

@ -34,7 +34,6 @@ static const char rcsid[] =
#endif /* not lint */
#include <sys/types.h>
#include <sys/param.h>
#include <ctype.h>
#include <err.h>
#include <grp.h>