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/xxhash.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/libutil/xxhash.c') diff --git a/tests/libutil/xxhash.c b/tests/libutil/xxhash.c index cccbb68..17374fd 100644 --- a/tests/libutil/xxhash.c +++ b/tests/libutil/xxhash.c @@ -7,7 +7,7 @@ #include "config.h" #include "util/util.h" -#include "../test.h" +#include "util/test.h" static const struct { const char *plaintext; -- cgit v1.2.3