X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Fdaemon%2Futils_avltree_test.c;h=489d60faa2b0cd3602857d8d2b543c4c61bf7b07;hb=21058a13ed34ade6d2de0f54e4216b255d033af1;hp=6dbafe18a4bcfd3712af89bb3812ab3fc7e833bb;hpb=042c592bcddeea04cf81230ba9c97a09c5d3595c;p=collectd.git diff --git a/src/daemon/utils_avltree_test.c b/src/daemon/utils_avltree_test.c index 6dbafe18..489d60fa 100644 --- a/src/daemon/utils_avltree_test.c +++ b/src/daemon/utils_avltree_test.c @@ -24,10 +24,10 @@ * Florian octo Forster */ -#include "testing.h" +#include "common.h" /* STATIC_ARRAY_SIZE */ #include "collectd.h" +#include "testing.h" #include "utils_avltree.h" -#include "common.h" /* STATIC_ARRAY_SIZE */ static int compare_total_count = 0; #define RESET_COUNTS() do { compare_total_count = 0; } while (0)