diff options
author | Frederic Culot <calcurse@culot.org> | 2007-07-28 13:11:42 +0000 |
---|---|---|
committer | Frederic Culot <calcurse@culot.org> | 2007-07-28 13:11:42 +0000 |
commit | 4b987f70ac463121f9791eb3493952a77aba495f (patch) | |
tree | 2754295b8dd40b6818ddd80d97a327329de854c0 /src/calendar.c | |
parent | fdc325acd8549acf0fb52c84b8074aef0c2c38c7 (diff) | |
download | calcurse-4b987f70ac463121f9791eb3493952a77aba495f.zip |
unuseful headers removed and some functions became static
Diffstat (limited to 'src/calendar.c')
-rwxr-xr-x | src/calendar.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/calendar.c b/src/calendar.c index 3869e68..15c511c 100755 --- a/src/calendar.c +++ b/src/calendar.c @@ -1,4 +1,4 @@ -/* $calcurse: calendar.c,v 1.8 2007/07/01 17:48:50 culot Exp $ */ +/* $calcurse: calendar.c,v 1.9 2007/07/28 13:11:42 culot Exp $ */ /* * Calcurse - text-based organizer @@ -24,13 +24,10 @@ * */ -#include <ncurses.h> -#include <pthread.h> #include <unistd.h> #include <stdlib.h> #include <string.h> #include <sys/types.h> -#include <stdbool.h> #include <time.h> #include "i18n.h" |