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/sigs.c | |
parent | fdc325acd8549acf0fb52c84b8074aef0c2c38c7 (diff) | |
download | calcurse-4b987f70ac463121f9791eb3493952a77aba495f.zip |
unuseful headers removed and some functions became static
Diffstat (limited to 'src/sigs.c')
-rwxr-xr-x | src/sigs.c | 6 |
1 files changed, 1 insertions, 5 deletions
@@ -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" /* |