From 72834d8d89a352f21a4ab4937a7439eadc55785b Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sun, 14 Sep 2014 18:52:37 -0700 Subject: maint: enable more checks * cfg.mk (local-checks-to-skip): Remove exemptions for immutable NEWS as well as the two config.h checks. Also accept "sed.h", since the first thing it does is to include . * sed/sed.h: Change "config.h" to , for consistency with other GNU tools. * sed/utils.c: Likewise, here and for each of the following. * testsuite/bug-regex10.c: * testsuite/bug-regex11.c: * testsuite/bug-regex12.c: * testsuite/bug-regex13.c: * testsuite/bug-regex14.c: * testsuite/bug-regex15.c: * testsuite/bug-regex16.c: * testsuite/bug-regex21.c: * testsuite/bug-regex7.c: * testsuite/bug-regex8.c: * testsuite/bug-regex9.c: * testsuite/runptests.c: * testsuite/runtests.c: * testsuite/tst-boost.c: * testsuite/tst-pcre.c: * testsuite/tst-regex.c: * testsuite/tst-regex2.c: * testsuite/tst-rxspencer.c: --- sed/utils.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sed/utils.c') diff --git a/sed/utils.c b/sed/utils.c index 003ad57..dbf3e14 100644 --- a/sed/utils.c +++ b/sed/utils.c @@ -16,7 +16,7 @@ along with this program; if not, write to the Free Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -#include "config.h" +#include #include #include -- cgit v1.2.1