diff options
author | Lorenz <12514511+RincewindsHat@users.noreply.github.com> | 2023-03-16 15:03:33 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-16 15:03:33 (GMT) |
commit | c1070fa1ef06b965c116583e9557f06949bb27c0 (patch) | |
tree | 2cf41e329b71e607a124c6e1f6d475a07e7545a2 /plugins | |
parent | 40dc41225a3ce86bd6f1f446920cd5a6c32b8443 (diff) | |
parent | 8a8ee58e8925019b7532e7d14ebe488bb21fb3e6 (diff) | |
download | monitoring-plugins-c1070fa1ef06b965c116583e9557f06949bb27c0.tar.gz |
Merge pull request #1854 from RincewindsHat/check_swap_include_fixes
check_swap: Remove unnecessary and problematic includes
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 |