From: Stephan Bosch Date: Sat, 25 Apr 2020 16:47:04 +0000 (+0200) Subject: stats: stats-service-openmetrics - Use the new lib-json X-Git-Tag: 2.4.0~2360 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ad5df4b482b0ae01eebadad2c92b19f6b292dd07;p=thirdparty%2Fdovecot%2Fcore.git stats: stats-service-openmetrics - Use the new lib-json --- diff --git a/src/stats/stats-service-openmetrics.c b/src/stats/stats-service-openmetrics.c index 371e8d9428..c27867f815 100644 --- a/src/stats/stats-service-openmetrics.c +++ b/src/stats/stats-service-openmetrics.c @@ -4,7 +4,7 @@ #include "dovecot-version.h" #include "str.h" #include "array.h" -#include "json-parser.h" +#include "json-generator.h" #include "ioloop.h" #include "ostream.h" #include "stats-dist.h"