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.
This commit is contained in:
Alvar Penning 2025-12-10 21:03:40 +01:00
parent 59d7d1c2f1
commit ca5c2b3a5f
No known key found for this signature in database

View file

@ -37,7 +37,6 @@
#include "base64.h"
#include "regex.h"
#include <bits/getopt_ext.h>
#include <ctype.h>
#include <string.h>
#include "check_smtp.d/config.h"