diff options
author | David Oberhollenzer <david.oberhollenzer@sigma-star.at> | 2019-05-02 00:37:50 +0200 |
---|---|---|
committer | David Oberhollenzer <david.oberhollenzer@sigma-star.at> | 2019-05-03 21:45:46 +0200 |
commit | 1796ff184ba862508fc578c985dd9ebcc15a048d (patch) | |
tree | c73bf7226963e17ad45ed31d739ca5f5ebf7f1f3 /unpack/unsquashfs.c | |
parent | affbcaf1deab75cf83e95512ff539d73474909e2 (diff) |
unsquashfs: add function to turn inode into fs tree node
Signed-off-by: David Oberhollenzer <david.oberhollenzer@sigma-star.at>
Diffstat (limited to 'unpack/unsquashfs.c')
-rw-r--r-- | unpack/unsquashfs.c | 9 |
1 files changed, 1 insertions, 8 deletions
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 <stdlib.h> -#include <unistd.h> -#include <stdio.h> -#include <fcntl.h> +#include "unsquashfs.h" extern const char *__progname; |