From: Ruben Kerkhof Date: Sun, 24 Jul 2016 16:03:36 +0000 (+0200) Subject: threshold plugin: remove unneccesary include X-Git-Tag: collectd-5.6.0~160 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7cb09e1c4020edd804eaa3808ea071a08404fb07;p=thirdparty%2Fcollectd.git threshold plugin: remove unneccesary include --- diff --git a/src/threshold.c b/src/threshold.c index 94a4f0244..d9d7f9e2e 100644 --- a/src/threshold.c +++ b/src/threshold.c @@ -30,8 +30,6 @@ #include "utils_cache.h" #include "utils_threshold.h" -#include - /* * Threshold management * ====================