diff options
-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 | ||