#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:
bde 2002-02-25 01:36:59 +00:00
parent 30b7ca1cdf
commit cf8ef037c8

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>