]> arthur.barton.de Git - netdata.git/blobdiff - src/proc_net_snmp6.c
all required system headers in common.h; some progress on health variables
[netdata.git] / src / proc_net_snmp6.c
index 4586ee7d0d638dd9216f81833159bb5be55ad755..0d770ddd49e978b79690e480fad9acbe178ee422 100644 (file)
@@ -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"
 
 #define RRD_TYPE_NET_SNMP6                     "ipv6"
 #define RRD_TYPE_NET_SNMP6_LEN         strlen(RRD_TYPE_NET_SNMP6)