X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Fdaemon%2Futils_avltree_test.c;h=489d60faa2b0cd3602857d8d2b543c4c61bf7b07;hb=b66d5b90a0e59e943a61acb4b68ce55e88f08ade;hp=6dbafe18a4bcfd3712af89bb3812ab3fc7e833bb;hpb=598a534ab6f2d122556434b82818c4b6ed8e48f9;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)