aboutsummaryrefslogtreecommitdiff
path: root/unpack/unsquashfs.c
diff options
context:
space:
mode:
authorDavid Oberhollenzer <david.oberhollenzer@sigma-star.at>2019-05-02 00:37:50 +0200
committerDavid Oberhollenzer <david.oberhollenzer@sigma-star.at>2019-05-03 21:45:46 +0200
commit1796ff184ba862508fc578c985dd9ebcc15a048d (patch)
treec73bf7226963e17ad45ed31d739ca5f5ebf7f1f3 /unpack/unsquashfs.c
parentaffbcaf1deab75cf83e95512ff539d73474909e2 (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.c9
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;