diff options
author | Lorenz Kästle <12514511+RincewindsHat@users.noreply.github.com> | 2025-10-06 22:46:59 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-10-06 22:46:59 +0200 |
commit | ce10a6ff37119348503086686971eba1190a90a5 (patch) | |
tree | 71eb65e218cd4d9bde0d82391e8288357e6e6541 | |
parent | ea8e421f4c49451fc2d93f4b4aaefd7c1cf88814 (diff) | |
parent | 5cd31ffa6b8325268faa9e1d99aab9660a108cf5 (diff) | |
download | monitoring-plugins-ce10a6ff37119348503086686971eba1190a90a5.tar.gz |
check_snmp: remove useless headers
-rw-r--r-- | plugins/check_snmp.c | 2 |
1 files changed, 0 insertions, 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 = "devel@monitoring-plugins.org"; | |||
41 | #include "../lib/output.h" | 41 | #include "../lib/output.h" |
42 | #include "check_snmp.d/check_snmp_helpers.h" | 42 | #include "check_snmp.d/check_snmp_helpers.h" |
43 | 43 | ||
44 | #include <bits/getopt_core.h> | ||
45 | #include <bits/getopt_ext.h> | ||
46 | #include <strings.h> | 44 | #include <strings.h> |
47 | #include <stdint.h> | 45 | #include <stdint.h> |
48 | 46 | ||