diff options
author | Sven Nierlein <sven@nierlein.de> | 2023-03-17 10:37:06 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-17 10:37:06 (GMT) |
commit | bf827000783f843ba1cde3e10fe2449e6e9e31fc (patch) | |
tree | cbf580710e66f748313b7a40587d764a205a0b04 /plugins | |
parent | c874f950e8e5b6a805d8adf759d521501b22c7ce (diff) | |
parent | c1070fa1ef06b965c116583e9557f06949bb27c0 (diff) | |
download | monitoring-plugins-bf827000783f843ba1cde3e10fe2449e6e9e31fc.tar.gz |
Merge branch 'master' into fix_check_snmp_multiplier
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/check_swap.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/plugins/check_swap.c b/plugins/check_swap.c index a607da1..25d5f21 100644 --- a/plugins/check_swap.c +++ b/plugins/check_swap.c | |||
@@ -34,9 +34,6 @@ const char *email = "devel@monitoring-plugins.org"; | |||
34 | #include "common.h" | 34 | #include "common.h" |
35 | #include "popen.h" | 35 | #include "popen.h" |
36 | #include "utils.h" | 36 | #include "utils.h" |
37 | #include <string.h> | ||
38 | #include <math.h> | ||
39 | #include <libintl.h> | ||
40 | 37 | ||
41 | #ifdef HAVE_DECL_SWAPCTL | 38 | #ifdef HAVE_DECL_SWAPCTL |
42 | # ifdef HAVE_SYS_PARAM_H | 39 | # ifdef HAVE_SYS_PARAM_H |