Removed all header-files of plugins, since they're not needed.
[collectd.git] / src / collectd.c
index 5a17124..138493d 100644 (file)
@@ -29,8 +29,6 @@
 #include "plugin.h"
 #include "configfile.h"
 
-#include "ping.h"
-
 static int loop = 0;
 
 #if HAVE_LIBKSTAT