From 1d2fa620269999c2637ae14c857ca41f60523cde Mon Sep 17 00:00:00 2001 From: delphij Date: Sun, 13 Dec 2009 04:50:11 +0000 Subject: - 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. --- usr.bin/calendar/ostern.c | 1 - 1 file changed, 1 deletion(-) (limited to 'usr.bin/calendar/ostern.c') 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 #include #include -#include #include "calendar.h" -- cgit v1.1