Code

Merge branch 'collectd-5.5'
[collectd.git] / src / unixsock.c
index e62ed6c0596b5ddb29848e66805d6e5ffd036f1c..54a1e20d48aedf40a347bf901ff1718e518d00d5 100644 (file)
@@ -39,7 +39,6 @@
 /* Folks without pthread will need to disable this plugin. */
 #include <pthread.h>
 
-#include <sys/socket.h>
 #include <sys/stat.h>
 #include <sys/un.h>