Merge pull request #1816 from octo/grpc-free-iter
[collectd.git] / src / python.c
index 1ed6dc0..61d464d 100644 (file)
@@ -28,9 +28,6 @@
 #include <structmember.h>
 
 #include <signal.h>
-#if HAVE_PTHREAD_H
-# include <pthread.h>
-#endif
 
 #include "collectd.h"
 #include "common.h"