Fix a style bug that I introduced (both sys/param.h and sys/types.h

included).

Caught by:	sheldonh@freebsd.org
This commit is contained in:
Jacques Vidrine 1999-10-12 13:53:30 +00:00
parent 65c543c764
commit 64ff567e0a
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=52159

View file

@ -59,7 +59,6 @@ static const char rcsid[] =
#include <sys/param.h>
#include <sys/stat.h>
#include <sys/time.h>
#include <sys/types.h>
#include <sys/signal.h>
#include <err.h>
#include <ctype.h>