cpu plugin: Return an integer even under FreeBSD.
[collectd.git] / src / configfile.c
index 311ebb3..c63240e 100644 (file)
@@ -27,7 +27,6 @@
 #include "common.h"
 #include "plugin.h"
 #include "configfile.h"
-#include "network.h"
 
 #define ESCAPE_NULL(str) ((str) == NULL ? "(null)" : (str))