X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Fwrite_graphite.c;h=5acda6e0994f738e1a8e42e3d2d3b59057a0ea8b;hb=95dcf60c822e4ab92c0dd1a7ff6cba73bc55bcd1;hp=0b8ab41c08bf10681c04987fd37c946c2dcb3a4c;hpb=aef15b632b9f415e5ebfadd4e41fa8a3c19407ee;p=collectd.git diff --git a/src/write_graphite.c b/src/write_graphite.c index 0b8ab41c..5acda6e0 100644 --- a/src/write_graphite.c +++ b/src/write_graphite.c @@ -51,9 +51,6 @@ #include "utils_complain.h" #include "utils_format_graphite.h" -/* Folks without pthread will need to disable this plugin. */ -#include - #include #define WG_DEFAULT_NODE "localhost"