From: Todd C. Miller Date: Sat, 10 Feb 2018 20:37:59 +0000 (-0700) Subject: No longer need to include stddef.h X-Git-Tag: SUDO_1_8_23^2~136 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0c08de88cd56d8d54a2e567e0b1b6888980aa822;p=sudo No longer need to include stddef.h --- diff --git a/plugins/sudoers/ldap.c b/plugins/sudoers/ldap.c index 011de2d4c..87f26ce27 100644 --- a/plugins/sudoers/ldap.c +++ b/plugins/sudoers/ldap.c @@ -23,7 +23,6 @@ #include #include #include -#include #ifdef HAVE_STRING_H # include #endif /* HAVE_STRING_H */ diff --git a/plugins/sudoers/ldap_common.c b/plugins/sudoers/ldap_common.c index 71793e96c..2fdebcb43 100644 --- a/plugins/sudoers/ldap_common.c +++ b/plugins/sudoers/ldap_common.c @@ -21,7 +21,6 @@ #include #include #include -#include #ifdef HAVE_STRING_H # include #endif /* HAVE_STRING_H */