#include <time.h> for the definition of time functions instead of

depending on namespace pollution 2 layers deep in <sys/stat.h>.

Removed unused includes.
This commit is contained in:
Bruce Evans 2002-02-25 01:36:59 +00:00
parent 163ae6707c
commit 434b6ea45a
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=91212

View File

@ -50,13 +50,12 @@ static char sccsid[] = "@(#)print.c 8.4 (Berkeley) 4/17/94";
#include <err.h>
#include <errno.h>
#include <fts.h>
#include <grp.h>
#include <math.h>
#include <langinfo.h>
#include <pwd.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <time.h>
#include <unistd.h>
#ifdef COLORLS
#include <ctype.h>