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