summaryrefslogtreecommitdiffstats
path: root/plugins
diff options
context:
space:
mode:
authorAlvar Penning <post@0x21.biz>2025-12-10 21:03:40 +0100
committerAlvar Penning <post@0x21.biz>2025-12-11 21:05:49 +0100
commitca5c2b3a5fb4e3c2d8024c23a9566f64572c0882 (patch)
tree2495936b0cc1b28dd6db1a5a17f8c91566b317df /plugins
parent59d7d1c2f12363331d03d956cfce0936034c34f8 (diff)
downloadmonitoring-plugins-ca5c2b3a5fb4e3c2d8024c23a9566f64572c0882.tar.gz
plugins/check_smtp: Remove unnecessary glibc-only include
This library is glibc-only and not necessary at this point. The getopt_long function is provided by "getopt.h", included via "common.h". Similar to #2159.
Diffstat (limited to 'plugins')
-rw-r--r--plugins/check_smtp.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/check_smtp.c b/plugins/check_smtp.c
index e806ad29..e8c35f58 100644
--- a/plugins/check_smtp.c
+++ b/plugins/check_smtp.c
@@ -37,7 +37,6 @@
37#include "base64.h" 37#include "base64.h"
38#include "regex.h" 38#include "regex.h"
39 39
40#include <bits/getopt_ext.h>
41#include <ctype.h> 40#include <ctype.h>
42#include <string.h> 41#include <string.h>
43#include "check_smtp.d/config.h" 42#include "check_smtp.d/config.h"