summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLorenz Kästle <12514511+RincewindsHat@users.noreply.github.com>2025-10-06 22:46:59 +0200
committerGitHub <noreply@github.com>2025-10-06 22:46:59 +0200
commitce10a6ff37119348503086686971eba1190a90a5 (patch)
tree71eb65e218cd4d9bde0d82391e8288357e6e6541
parentea8e421f4c49451fc2d93f4b4aaefd7c1cf88814 (diff)
parent5cd31ffa6b8325268faa9e1d99aab9660a108cf5 (diff)
downloadmonitoring-plugins-ce10a6ff37119348503086686971eba1190a90a5.tar.gz
Merge pull request #2159 from RincewindsHat/check_snmp_remove_useless_headersHEADmaster
check_snmp: remove useless headers
-rw-r--r--plugins/check_snmp.c2
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