unuseful headers removed and some functions became static

This commit is contained in:
Frederic Culot
2007-07-28 13:11:42 +00:00
parent fdc325acd8
commit 4b987f70ac
28 changed files with 1021 additions and 1115 deletions

View File

@@ -1,4 +1,4 @@
/* $calcurse: event.c,v 1.3 2007/04/04 19:37:14 culot Exp $ */
/* $calcurse: event.c,v 1.4 2007/07/28 13:11:42 culot Exp $ */
/*
* Calcurse - text-based organizer
@@ -24,7 +24,6 @@
*
*/
#include <ncurses.h>
#include <stdlib.h>
#include <string.h>
#include <sys/types.h>
@@ -33,7 +32,6 @@
#include "vars.h"
#include "i18n.h"
#include "event.h"
#include "utils.h"
struct event_s *eventlist;