mirror of
https://github.com/monitoring-plugins/monitoring-plugins.git
synced 2026-02-19 02:27:55 -05:00
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:
parent
59d7d1c2f1
commit
ca5c2b3a5f
1 changed files with 0 additions and 1 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue