Remove unneeded headers.

MFC after:	2 weeks
This commit is contained in:
Xin LI 2011-06-21 20:36:10 +00:00
parent cde9717b67
commit b561579962
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=223375
2 changed files with 0 additions and 6 deletions

View file

@ -48,8 +48,6 @@ __FBSDID("$FreeBSD$");
#include <ctype.h>
#include <err.h>
#include <errno.h>
#include <fcntl.h>
#include <grp.h>
#include <pwd.h>
#include <stdio.h>
#include <stdlib.h>

View file

@ -33,13 +33,9 @@ __FBSDID("$FreeBSD$");
#include <sys/types.h>
#include <sys/acct.h>
#include <ctype.h>
#include <err.h>
#include <errno.h>
#include <fcntl.h>
#include <stddef.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
int readrec_forward(FILE *f, struct acctv2 *av2);