- Remove times.h from C programs that does not manipulate with time at

all.
 - Remove pathnames.h from all but io.c since it's the only module that
   used these definations.
This commit is contained in:
Xin LI 2009-12-13 04:50:11 +00:00
parent 3cd983c5b9
commit d993d09a6c
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=200470
4 changed files with 0 additions and 4 deletions

View File

@ -55,7 +55,6 @@ __FBSDID("$FreeBSD$");
#include <time.h>
#include <unistd.h>
#include "pathnames.h"
#include "calendar.h"
struct passwd *pw;

View File

@ -44,7 +44,6 @@ __FBSDID("$FreeBSD$");
#include <string.h>
#include <time.h>
#include "pathnames.h"
#include "calendar.h"
struct tm *tp;

View File

@ -30,7 +30,6 @@ __FBSDID("$FreeBSD$");
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <time.h>
#include "calendar.h"

View File

@ -30,7 +30,6 @@ __FBSDID("$FreeBSD$");
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <time.h>
#include "calendar.h"