mirror of
https://github.com/monitoring-plugins/monitoring-plugins.git
synced 2026-02-20 00:10:09 -05:00
check_swap: Remove unnecessary and problematic includes
This commit is contained in:
parent
40dc41225a
commit
8a8ee58e89
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