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/sqfs/block_processor/internal.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'lib/sqfs/block_processor') diff --git a/lib/sqfs/block_processor/internal.h b/lib/sqfs/block_processor/internal.h index 1c184c5..0b2c88d 100644 --- a/lib/sqfs/block_processor/internal.h +++ b/lib/sqfs/block_processor/internal.h @@ -19,9 +19,9 @@ #include "sqfs/block.h" #include "sqfs/io.h" -#include "hash_table.h" -#include "threadpool.h" -#include "util.h" +#include "util/hash_table.h" +#include "util/threadpool.h" +#include "util/util.h" #include #include -- cgit v1.2.3