Merge pull request #1816 from octo/grpc-free-iter
[collectd.git] / src / write_mongodb.c
index 9a6fdf2..fb80ba2 100644 (file)
@@ -34,8 +34,6 @@
 #include "configfile.h"
 #include "utils_cache.h"
 
-#include <pthread.h>
-
 #if HAVE_STDINT_H
 # define MONGO_HAVE_STDINT 1
 #else