Merge pull request #1816 from octo/grpc-free-iter
[collectd.git] / src / write_log.c
index e37aae9..db09849 100644 (file)
 
 #include "utils_format_graphite.h"
 
-/* Folks without pthread will need to disable this plugin. */
-#include <pthread.h>
-
-#include <sys/socket.h>
 #include <netdb.h>
 
 #define WL_BUF_SIZE 8192