summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--cfg.mk1
-rw-r--r--libltdl/argz.c1
-rw-r--r--libltdl/lt__dirent.c1
-rw-r--r--libltdl/slist.c1
4 files changed, 0 insertions, 4 deletions
diff --git a/cfg.mk b/cfg.mk
index f8525c03..17f362f1 100644
--- a/cfg.mk
+++ b/cfg.mk
@@ -40,7 +40,6 @@ VC_LIST_ALWAYS_EXCLUDE_REGEX = ^mail/
local-checks-to-fix = \
sc_prohibit_always-defined_macros \
sc_prohibit_always_true_header_tests \
- sc_prohibit_stddef_without_use \
sc_prohibit_strcmp \
sc_prohibit_test_minus_ao \
sc_prohibit_undesirable_word_seq \
diff --git a/libltdl/argz.c b/libltdl/argz.c
index b2e7769d..04431fe1 100644
--- a/libltdl/argz.c
+++ b/libltdl/argz.c
@@ -37,7 +37,6 @@ or obtained by writing to the Free Software Foundation, Inc.,
#include <argz.h>
#include <assert.h>
-#include <stddef.h>
#include <stdlib.h>
#include <sys/types.h>
#include <errno.h>
diff --git a/libltdl/lt__dirent.c b/libltdl/lt__dirent.c
index 1ff20511..d2992362 100644
--- a/libltdl/lt__dirent.c
+++ b/libltdl/lt__dirent.c
@@ -31,7 +31,6 @@ or obtained by writing to the Free Software Foundation, Inc.,
#include "lt__private.h"
#include <assert.h>
-#include <stddef.h>
#include "lt__dirent.h"
diff --git a/libltdl/slist.c b/libltdl/slist.c
index 25906a43..5c2e9e19 100644
--- a/libltdl/slist.c
+++ b/libltdl/slist.c
@@ -31,7 +31,6 @@ or obtained by writing to the Free Software Foundation, Inc.,
#include <assert.h>
#include "slist.h"
-#include <stddef.h>
#include <stdlib.h>
static SList * slist_sort_merge (SList *left, SList *right,