[monitoring-plugins] check_snmp: remove useless headers

Lorenz Kästle git at monitoring-plugins.org
Mon Oct 6 22:50:12 CEST 2025


 Module: monitoring-plugins
 Branch: master
 Commit: 5cd31ffa6b8325268faa9e1d99aab9660a108cf5
 Author: Lorenz Kästle <12514511+RincewindsHat at users.noreply.github.com>
   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 = "devel at monitoring-plugins.org";
 #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>
 



More information about the Commits mailing list