Code

mysql plugin: remove unneccesary cast
[collectd.git] / src / logfile.c
index 11797182639e35902be3e431022f667d9eb99839..334226ba5ef3adaf27a87c3a2b1383c0180a2a15 100644 (file)
@@ -30,8 +30,6 @@
 #include "common.h"
 #include "plugin.h"
 
-#include <pthread.h>
-
 #define DEFAULT_LOGFILE LOCALSTATEDIR"/log/collectd.log"
 
 #if COLLECT_DEBUG