X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Fwrite_riemann_threshold.c;h=041ed7d5ad7de462300179ab22a6a24498a77ae8;hb=0e73c26f5670b2f11eecfdadaf545bcc7f260658;hp=9d8267dcafd184c611f3465c2c4c9dcf1b29f9a2;hpb=900a07ed70cdcfe3022d3dc25d275fe2015f4fdc;p=collectd.git diff --git a/src/write_riemann_threshold.c b/src/write_riemann_threshold.c index 9d8267dc..041ed7d5 100644 --- a/src/write_riemann_threshold.c +++ b/src/write_riemann_threshold.c @@ -27,9 +27,9 @@ #include "collectd.h" -#include "common.h" #include "plugin.h" -#include "utils_avltree.h" +#include "utils/avltree/avltree.h" +#include "utils/common/common.h" #include "utils_cache.h" #include "utils_threshold.h" #include "write_riemann_threshold.h"