Merge pull request #1854 from RincewindsHat/check_swap_include_fixes

check_swap: Remove unnecessary and problematic includes
This commit is contained in:
Lorenz 2023-03-16 16:03:33 +01:00 committed by GitHub
commit c1070fa1ef
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -34,9 +34,6 @@ const char *email = "devel@monitoring-plugins.org";
#include "common.h"
#include "popen.h"
#include "utils.h"
#include <string.h>
#include <math.h>
#include <libintl.h>
#ifdef HAVE_DECL_SWAPCTL
# ifdef HAVE_SYS_PARAM_H