Code

zfs_arc: remove double metric
[collectd.git] / src / logfile.c
index 11797182639e35902be3e431022f667d9eb99839..d18a5365556a67f9cd0be54595d3cfa3d0883588 100644 (file)
  **/
 
 #include "collectd.h"
+
 #include "common.h"
 #include "plugin.h"
 
-#include <pthread.h>
-
 #define DEFAULT_LOGFILE LOCALSTATEDIR"/log/collectd.log"
 
 #if COLLECT_DEBUG