X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Fwrite_riemann_threshold.c;h=041ed7d5ad7de462300179ab22a6a24498a77ae8;hb=c4a5c834e35aa00dbb5c2233df875a6bc7baf6d2;hp=9d8267dcafd184c611f3465c2c4c9dcf1b29f9a2;hpb=28e701a07d1ea28b12d0e7c2e6ce57c993b2d509;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"