From: Ruben Kerkhof Date: Sat, 12 Dec 2015 17:15:15 +0000 (+0100) Subject: write_riemann: remove unneeded include X-Git-Tag: collectd-5.6.0~490^2 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=3b6d785ff609274adc1dca80dd8b6e0832543e80;p=collectd.git write_riemann: remove unneeded include Fixes build on NetBSD: Making all in daemon CC write_riemann_threshold.lo write_riemann_threshold.c:36:18: fatal error: ltdl.h: No such file or directory #include ^ compilation terminated. *** Error code 1 Stop. make[3]: stopped in /home/ruben/src/collectd/src *** Error code 1 Stop. make[2]: stopped in /home/ruben/src/collectd/src *** Error code 1 Stop. make[1]: stopped in /home/ruben/src/collectd/src *** Error code 1 Stop. make: stopped in /home/ruben/src/collectd --- diff --git a/src/write_riemann_threshold.c b/src/write_riemann_threshold.c index 5c8559eb..f001ee54 100644 --- a/src/write_riemann_threshold.c +++ b/src/write_riemann_threshold.c @@ -33,7 +33,6 @@ #include "utils_threshold.h" #include -#include #include /*