From ca5c2b3a5fb4e3c2d8024c23a9566f64572c0882 Mon Sep 17 00:00:00 2001 From: Alvar Penning Date: Wed, 10 Dec 2025 21:03:40 +0100 Subject: 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. --- plugins/check_smtp.c | 1 - 1 file changed, 1 deletion(-) (limited to 'plugins/check_smtp.c') 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 @@ #include "base64.h" #include "regex.h" -#include #include #include #include "check_smtp.d/config.h" -- cgit v1.2.3-74-g34f1