From 86a947b9446b9b5d881d1a974cfe1bcde9d08f2f Mon Sep 17 00:00:00 2001 From: David Oberhollenzer Date: Sat, 2 Jul 2022 20:40:41 +0200 Subject: Cleanup: move test.h to libutil Signed-off-by: David Oberhollenzer --- tests/libutil/rbtree.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/libutil/rbtree.c') diff --git a/tests/libutil/rbtree.c b/tests/libutil/rbtree.c index d7b475a..ca01c0d 100644 --- a/tests/libutil/rbtree.c +++ b/tests/libutil/rbtree.c @@ -7,7 +7,7 @@ #include "config.h" #include "util/rbtree.h" -#include "../test.h" +#include "util/test.h" static int key_compare(const void *ctx, const void *a, const void *b) { -- cgit v1.2.3