From 1796ff184ba862508fc578c985dd9ebcc15a048d Mon Sep 17 00:00:00 2001 From: David Oberhollenzer Date: Thu, 2 May 2019 00:37:50 +0200 Subject: unsquashfs: add function to turn inode into fs tree node Signed-off-by: David Oberhollenzer --- unpack/unsquashfs.c | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) (limited to 'unpack/unsquashfs.c') diff --git a/unpack/unsquashfs.c b/unpack/unsquashfs.c index f5c3a43..1493081 100644 --- a/unpack/unsquashfs.c +++ b/unpack/unsquashfs.c @@ -1,12 +1,5 @@ /* SPDX-License-Identifier: GPL-3.0-or-later */ -#include "squashfs.h" -#include "compress.h" -#include "id_table.h" - -#include -#include -#include -#include +#include "unsquashfs.h" extern const char *__progname; -- cgit v1.2.3