summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2012-01-17 18:21:34 +0100
committerJim Meyering <meyering@redhat.com>2012-01-21 15:07:02 +0100
commit34823be715ed9e6f3f1b1ebcbe711dad18acd45a (patch)
tree8778e46c23a6be9821b845bfb24ed16a186b5cf5 /lib
parentfaba3cb9ba610dcdd025f3cfc517185a4ed4b2ac (diff)
downloadgnulib-34823be715ed9e6f3f1b1ebcbe711dad18acd45a.tar.gz
maint: enable sc_prohibit_intprops_without_use
* cfg.mk: Enable sc_prohibit_intprops_without_use * tests/test-nanosleep.c: Don't include "intprops.h". Not needed. * lib/ftoastr.c: Likewise.
Diffstat (limited to 'lib')
-rw-r--r--lib/ftoastr.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/ftoastr.c b/lib/ftoastr.c
index 7b0ddbb1a3..ebeed3e134 100644
--- a/lib/ftoastr.c
+++ b/lib/ftoastr.c
@@ -29,7 +29,6 @@
#include "ftoastr.h"
-#include "intprops.h"
#include <float.h>
#include <stdio.h>
#include <stdlib.h>