tRemoval of redundant #include of signal.h (was causing problems with some C libraries) - vaccinewars - be a doctor and try to vaccinate the world
 (HTM) git clone git://src.adamsgaard.dk/vaccinewars
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit 419b37f2853f268ae5a516fbf750b859dfe7ad09
 (DIR) parent 47d0738498f4c81f057d5dcf14154e932399272c
 (HTM) Author: Ben Webb <ben@salilab.org>
       Date:   Tue, 20 Nov 2001 11:41:28 +0000
       
       Removal of redundant #include of signal.h (was causing problems with some C libraries)
       
       
       Diffstat:
         M src/dopewars.c                      |       1 -
       
       1 file changed, 0 insertions(+), 1 deletion(-)
       ---
 (DIR) diff --git a/src/dopewars.c b/src/dopewars.c
       t@@ -38,7 +38,6 @@
        #endif
        #include <string.h>
        #include <errno.h>
       -#include <signal.h>
        #include <glib.h>
        #include <stdarg.h>
        #include "admin.h"