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 @@
/* $Id: sigs.c,v 1.1 2007/07/23 19:31:12 culot Exp $ */
/* $Id: sigs.c,v 1.2 2007/07/28 13:11:42 culot Exp $ */
/*
* Calcurse - text-based organizer
@@ -26,14 +26,10 @@
#include <sys/types.h>
#include <sys/wait.h>
#include <ncurses.h>
#include <stdlib.h>
#include <stdio.h>
#include <signal.h>
#include "i18n.h"
#include "utils.h"
#include "wins.h"
#include "vars.h"
/*