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.h | |
parent | fdc325acd8549acf0fb52c84b8074aef0c2c38c7 (diff) | |
download | calcurse-4b987f70ac463121f9791eb3493952a77aba495f.tar.gz calcurse-4b987f70ac463121f9791eb3493952a77aba495f.zip |
unuseful headers removed and some functions became static
Diffstat (limited to 'src/calendar.h')
-rwxr-xr-x | src/calendar.h | 4 |
1 files changed, 2 insertions, 2 deletions
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 <stdbool.h> #include <ncurses.h> +#include <stdbool.h> #define CALHEIGHT 12 #define CALWIDTH 30 |