diff options
author | Lorenz Kästle <12514511+RincewindsHat@users.noreply.github.com> | 2025-03-11 12:40:32 +0100 |
---|---|---|
committer | Lorenz Kästle <12514511+RincewindsHat@users.noreply.github.com> | 2025-03-11 12:40:32 +0100 |
commit | e2b806ebf51c443909bea24a8f3a1daa6afe9723 (patch) | |
tree | 24df1816b8b684ef302aef310c549606538e94d0 /plugins/check_ldap.d | |
parent | 8b25eaa0d13a3ef3db063ccdc1cf0021437d7cd7 (diff) | |
download | monitoring-plugins-e2b806ebf51c443909bea24a8f3a1daa6afe9723.tar.gz |
Remove unintented import
Diffstat (limited to 'plugins/check_ldap.d')
-rw-r--r-- | plugins/check_ldap.d/config.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/check_ldap.d/config.h b/plugins/check_ldap.d/config.h index 97a9cfa7..c8a40610 100644 --- a/plugins/check_ldap.d/config.h +++ b/plugins/check_ldap.d/config.h | |||
@@ -2,7 +2,6 @@ | |||
2 | 2 | ||
3 | #include "../../config.h" | 3 | #include "../../config.h" |
4 | #include "thresholds.h" | 4 | #include "thresholds.h" |
5 | #include <mysql/udf_registration_types.h> | ||
6 | #include <stddef.h> | 5 | #include <stddef.h> |
7 | 6 | ||
8 | static char ld_defattr[] = "(objectclass=*)"; | 7 | static char ld_defattr[] = "(objectclass=*)"; |