From 4b987f70ac463121f9791eb3493952a77aba495f Mon Sep 17 00:00:00 2001 From: Frederic Culot Date: Sat, 28 Jul 2007 13:11:42 +0000 Subject: unuseful headers removed and some functions became static --- src/calendar.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/calendar.h') diff --git a/src/calendar.h b/src/calendar.h index b43276a..1d60fe7 100755 --- a/src/calendar.h +++ b/src/calendar.h @@ -1,4 +1,4 @@ -/* $calcurse: calendar.h,v 1.4 2007/07/21 19:39:23 culot Exp $ */ +/* $calcurse: calendar.h,v 1.5 2007/07/28 13:11:42 culot Exp $ */ /* * Calcurse - text-based organizer @@ -27,8 +27,8 @@ #ifndef CALCURSE_CALENDAR_H #define CALCURSE_CALENDAR_H -#include #include +#include #define CALHEIGHT 12 #define CALWIDTH 30 -- cgit v1.2.3-54-g00ecf