]> diplodocus.org Git - nmh/commitdiff
Removed #include of signal.h because it's in h/signals.h.
authorDavid Levine <levinedl@acm.org>
Sat, 14 Feb 2015 03:30:41 +0000 (21:30 -0600)
committerDavid Levine <levinedl@acm.org>
Sat, 14 Feb 2015 03:30:41 +0000 (21:30 -0600)
h/nmh.h

diff --git a/h/nmh.h b/h/nmh.h
index ca32f58b738b762d5d704f611e407a825d8b94a7..24689192fef2cc7e65d37cf88157c45290011c6a 100644 (file)
--- a/h/nmh.h
+++ b/h/nmh.h
@@ -74,5 +74,3 @@
 
 #define DEFAULT_PAGER "more"
 #define DEFAULT_EDITOR "vi"
 
 #define DEFAULT_PAGER "more"
 #define DEFAULT_EDITOR "vi"
-
-#include <signal.h>