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/common/hardlink.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/common/hardlink.c') diff --git a/lib/common/hardlink.c b/lib/common/hardlink.c index ab19671..c64ec4a 100644 --- a/lib/common/hardlink.c +++ b/lib/common/hardlink.c @@ -5,7 +5,7 @@ * Copyright (C) 2019 David Oberhollenzer */ #include "common.h" -#include "rbtree.h" +#include "util/rbtree.h" #include #include -- cgit v1.2.3