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 --- lib/util/mempool.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/util/mempool.c') diff --git a/lib/util/mempool.c b/lib/util/mempool.c index 5191fa2..229ab28 100644 --- a/lib/util/mempool.c +++ b/lib/util/mempool.c @@ -4,7 +4,7 @@ * * Copyright (C) 2021 David Oberhollenzer */ -#include "mempool.h" +#include "util/mempool.h" #include #include -- cgit v1.2.3