diff options
author | Lorenz Kästle <12514511+RincewindsHat@users.noreply.github.com> | 2025-09-26 18:14:44 +0200 |
---|---|---|
committer | Lorenz Kästle <12514511+RincewindsHat@users.noreply.github.com> | 2025-09-26 18:14:44 +0200 |
commit | 5cd31ffa6b8325268faa9e1d99aab9660a108cf5 (patch) | |
tree | 7f5b239d119b9e02b135169aeef70e7cef895ba5 | |
parent | a516b5e96e1b4dff0867d4ae3329b39d918a5a59 (diff) | |
download | monitoring-plugins-5cd31ffa6b8325268faa9e1d99aab9660a108cf5.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 | ||