Module: monitoring-plugins Branch: master Commit: 5cd31ffa6b8325268faa9e1d99aab9660a108cf5 Author: Lorenz Kästle <[email protected]> Date: Fri Sep 26 18:14:44 2025 +0200 URL: https://www.monitoring-plugins.org/repositories/monitoring-plugins/commit/?id=5cd31ffa
check_snmp: remove useless headers --- plugins/check_snmp.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/plugins/check_snmp.c b/plugins/check_snmp.c index a5a7afe8..f470d222 100644 --- a/plugins/check_snmp.c +++ b/plugins/check_snmp.c @@ -41,8 +41,6 @@ const char *email = "[email protected]"; #include "../lib/output.h" #include "check_snmp.d/check_snmp_helpers.h" -#include <bits/getopt_core.h> -#include <bits/getopt_ext.h> #include <strings.h> #include <stdint.h>
