From 2087cc237cd0fe1ed29ebf891648bacb46f4833b Mon Sep 17 00:00:00 2001 From: David Oberhollenzer Date: Sun, 26 Jun 2022 16:45:52 +0200 Subject: Cleanup: move libutil headers to sub directory Move all the libutil stuff from the toplevel include/ to a util/ sub directory and fix up the includes that make use of them. Signed-off-by: David Oberhollenzer --- tests/libutil/is_memory_zero.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/libutil/is_memory_zero.c') diff --git a/tests/libutil/is_memory_zero.c b/tests/libutil/is_memory_zero.c index 0d10dd8..967e2e8 100644 --- a/tests/libutil/is_memory_zero.c +++ b/tests/libutil/is_memory_zero.c @@ -7,7 +7,7 @@ #include "config.h" #include "../test.h" -#include "util.h" +#include "util/util.h" int main(int argc, char **argv) { -- cgit v1.2.3