curl stats: Use CamelCase identifiers instead of using underscores.
[collectd.git] / src / unixsock.c
index 1840e34..d4bf004 100644 (file)
@@ -36,9 +36,6 @@
 #include "utils_cmd_putval.h"
 #include "utils_cmd_putnotif.h"
 
-/* Folks without pthread will need to disable this plugin. */
-#include <pthread.h>
-
 #include <sys/stat.h>
 #include <sys/un.h>