summaryrefslogtreecommitdiffstats
path: root/src/proc_vmstat.c
diff options
context:
space:
mode:
authorCosta Tsaousis <costa@tsaousis.gr>2016-08-06 03:52:03 +0300
committerCosta Tsaousis <costa@tsaousis.gr>2016-08-06 03:52:03 +0300
commitf399edf7dffc296873c14fa0fca3f593674b291a (patch)
treea64b3df940676395d81e171d733461ef355cc542 /src/proc_vmstat.c
parent929fcc7b073a75c861a3d9025859bcfeffaa7875 (diff)
all required system headers in common.h; some progress on health variables
Diffstat (limited to 'src/proc_vmstat.c')
-rw-r--r--src/proc_vmstat.c13
1 files changed, 0 insertions, 13 deletions
diff --git a/src/proc_vmstat.c b/src/proc_vmstat.c
index c69b389b6c..dcddb14db9 100644
--- a/src/proc_vmstat.c
+++ b/src/proc_vmstat.c
@@ -1,17 +1,4 @@
-#ifdef HAVE_CONFIG_H
-#include <config.h>
-#endif
-#include <stdio.h>
-#include <stdlib.h>
-#include <string.h>
-#include <unistd.h>
-
#include "common.h"
-#include "log.h"
-#include "appconfig.h"
-#include "procfile.h"
-#include "rrd.h"
-#include "plugin_proc.h"
int do_proc_vmstat(int update_every, unsigned long long dt) {
static procfile *ff = NULL;