summaryrefslogtreecommitdiffstats
path: root/usr.bin/calendar
diff options
context:
space:
mode:
authordelphij <delphij@FreeBSD.org>2009-12-13 04:50:11 +0000
committerdelphij <delphij@FreeBSD.org>2009-12-13 04:50:11 +0000
commit1d2fa620269999c2637ae14c857ca41f60523cde (patch)
tree21244da50a732cf8aa8ecfb8daef93471738e303 /usr.bin/calendar
parentb8aa1fdf4adb87e97be31cae2748ebd56d687634 (diff)
downloadFreeBSD-src-1d2fa620269999c2637ae14c857ca41f60523cde.zip
FreeBSD-src-1d2fa620269999c2637ae14c857ca41f60523cde.tar.gz
- 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.
Diffstat (limited to 'usr.bin/calendar')
-rw-r--r--usr.bin/calendar/calendar.c1
-rw-r--r--usr.bin/calendar/day.c1
-rw-r--r--usr.bin/calendar/ostern.c1
-rw-r--r--usr.bin/calendar/paskha.c1
4 files changed, 0 insertions, 4 deletions
diff --git a/usr.bin/calendar/calendar.c b/usr.bin/calendar/calendar.c
index d1bb745..39f2c9c 100644
--- a/usr.bin/calendar/calendar.c
+++ b/usr.bin/calendar/calendar.c
@@ -55,7 +55,6 @@ __FBSDID("$FreeBSD$");
#include <time.h>
#include <unistd.h>
-#include "pathnames.h"
#include "calendar.h"
struct passwd *pw;
diff --git a/usr.bin/calendar/day.c b/usr.bin/calendar/day.c
index d3f3c1e..e40481e 100644
--- a/usr.bin/calendar/day.c
+++ b/usr.bin/calendar/day.c
@@ -44,7 +44,6 @@ __FBSDID("$FreeBSD$");
#include <string.h>
#include <time.h>
-#include "pathnames.h"
#include "calendar.h"
struct tm *tp;
diff --git a/usr.bin/calendar/ostern.c b/usr.bin/calendar/ostern.c
index 76e5933..93e9c07 100644
--- a/usr.bin/calendar/ostern.c
+++ b/usr.bin/calendar/ostern.c
@@ -30,7 +30,6 @@ __FBSDID("$FreeBSD$");
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
-#include <time.h>
#include "calendar.h"
diff --git a/usr.bin/calendar/paskha.c b/usr.bin/calendar/paskha.c
index d96ffc2..e713f5f 100644
--- a/usr.bin/calendar/paskha.c
+++ b/usr.bin/calendar/paskha.c
@@ -30,7 +30,6 @@ __FBSDID("$FreeBSD$");
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
-#include <time.h>
#include "calendar.h"
OpenPOWER on IntegriCloud