From 0c08de88cd56d8d54a2e567e0b1b6888980aa822 Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Sat, 10 Feb 2018 13:37:59 -0700 Subject: [PATCH] No longer need to include stddef.h --- plugins/sudoers/ldap.c | 1 - plugins/sudoers/ldap_common.c | 1 - 2 files changed, 2 deletions(-) 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 */ -- 2.40.0