From eafaffa0f09b7c22eed906ef5356b1460d44da55 Mon Sep 17 00:00:00 2001 From: David Oberhollenzer Date: Fri, 22 Nov 2019 11:01:09 +0100 Subject: Cleanup: move all the compatibillity fluff to a dedicated "libcompat" Signed-off-by: David Oberhollenzer --- include/common.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'include/common.h') diff --git a/include/common.h b/include/common.h index 684b047..f7e139f 100644 --- a/include/common.h +++ b/include/common.h @@ -26,9 +26,8 @@ #include "sqfs/dir.h" #include "sqfs/io.h" -#include "util/compat.h" #include "util/util.h" - +#include "compat.h" #include "fstree.h" #include "tar.h" -- cgit v1.2.3