check_swap: Remove unnecessary and problematic includes

This commit is contained in:
RincewindsHat 2023-03-16 15:26:52 +01:00
parent 40dc41225a
commit 8a8ee58e89

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