mbmon plugin: constify
[collectd.git] / src / unixsock.c
index e62ed6c..54a1e20 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>