X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Faggregation.c;h=089ff1daf5202b1a7f866e47762048fced168ebb;hb=7045c4b543304ffabaa30a2ca9183489e75eafe3;hp=a80219965192f1065eed0d7813fc0210dfd31e3b;hpb=733fc645b6389d1f42aef8f1c1631f1db7d58196;p=collectd.git diff --git a/src/aggregation.c b/src/aggregation.c index a8021996..089ff1da 100644 --- a/src/aggregation.c +++ b/src/aggregation.c @@ -26,12 +26,12 @@ #include "collectd.h" -#include "common.h" -#include "meta_data.h" #include "plugin.h" +#include "utils/common/common.h" +#include "utils/lookup/vl_lookup.h" +#include "utils/metadata/meta_data.h" #include "utils_cache.h" /* for uc_get_rate() */ #include "utils_subst.h" -#include "utils_vl_lookup.h" #define AGG_MATCHES_ALL(str) (strcmp("/.*/", str) == 0) #define AGG_FUNC_PLACEHOLDER "%{aggregation}"