mirror of
https://github.com/monitoring-plugins/monitoring-plugins.git
synced 2026-06-09 08:42:17 -04:00
Merge pull request #1854 from RincewindsHat/check_swap_include_fixes
check_swap: Remove unnecessary and problematic includes
This commit is contained in:
commit
c1070fa1ef
1 changed files with 0 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue