X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2Fwrite_graphite.c;h=5acda6e0994f738e1a8e42e3d2d3b59057a0ea8b;hb=c89182b424bb4184bd7da3f2ab687b542ed7eea3;hp=0b8ab41c08bf10681c04987fd37c946c2dcb3a4c;hpb=463fb2d44339625aae269e07f2773ee4f158faa8;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"