From: David Levine Date: Mon, 29 Apr 2013 00:42:09 +0000 (-0500) Subject: Removed some #includes of stdio.h, ctype.h, stdlib.h, and X-Git-Url: https://diplodocus.org/git/nmh/commitdiff_plain/ce399941039778944bc5bc8d10c5f3603089af30?hp=f1c5e5fde4f706bb40af755572c0cad49ca81729 Removed some #includes of stdio.h, ctype.h, stdlib.h, and string.h because they're #include'd by h/nmh.h. --- diff --git a/sbr/getanswer.c b/sbr/getanswer.c index d0ec6f8e..73922158 100644 --- a/sbr/getanswer.c +++ b/sbr/getanswer.c @@ -8,7 +8,6 @@ */ #include -#include int diff --git a/sbr/mf.c b/sbr/mf.c index 84f1afa9..6adbba72 100644 --- a/sbr/mf.c +++ b/sbr/mf.c @@ -8,8 +8,6 @@ */ #include -#include -#include #include /* diff --git a/sbr/mts.c b/sbr/mts.c index f498615c..4a44c442 100644 --- a/sbr/mts.c +++ b/sbr/mts.c @@ -8,13 +8,10 @@ */ #include /* for snprintf() */ -#include #include #define nmhetcdir(file) NMHETCDIR#file -#include -#include #include #include #include diff --git a/uip/new.c b/uip/new.c index 5efdf74c..57e2706a 100644 --- a/uip/new.c +++ b/uip/new.c @@ -13,10 +13,6 @@ #include -#include -#include -#include - #include #include #include