From: David Levine Date: Sat, 14 Feb 2015 03:30:41 +0000 (-0600) Subject: Removed #include of signal.h because it's in h/signals.h. X-Git-Tag: mmh-0.2-RC1~47 X-Git-Url: http://git.marmaro.de/?p=mmh;a=commitdiff_plain;h=bb2dc190d836a871640e68feee28b290e554390d Removed #include of signal.h because it's in h/signals.h. --- diff --git a/h/nmh.h b/h/nmh.h index eb85a4a..3da6a14 100644 --- a/h/nmh.h +++ b/h/nmh.h @@ -46,5 +46,3 @@ # define OPEN_MAX 64 # endif #endif - -#include diff --git a/h/signals.h b/h/signals.h index 480bf6d..1e1dde1 100644 --- a/h/signals.h +++ b/h/signals.h @@ -3,6 +3,7 @@ */ #include +#include /* ** The type for a signal handler