aboutsummaryrefslogtreecommitdiff
path: root/bin/gensquashfs/src/fstree_from_dir.c
diff options
context:
space:
mode:
authorDavid Oberhollenzer <david.oberhollenzer@sigma-star.at>2023-06-01 14:28:20 +0200
committerDavid Oberhollenzer <david.oberhollenzer@sigma-star.at>2023-06-01 14:28:20 +0200
commit665221e904df597925fc411d443802b20758b71f (patch)
treeb26789d7cc7fb46a35735befee7f02638e4d8ea5 /bin/gensquashfs/src/fstree_from_dir.c
parent50b67940c793e72656787469ced6e0245bb580b4 (diff)
Cleanup some redundant header inclusions
Signed-off-by: David Oberhollenzer <david.oberhollenzer@sigma-star.at>
Diffstat (limited to 'bin/gensquashfs/src/fstree_from_dir.c')
-rw-r--r--bin/gensquashfs/src/fstree_from_dir.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/bin/gensquashfs/src/fstree_from_dir.c b/bin/gensquashfs/src/fstree_from_dir.c
index e2558bc..6af4637 100644
--- a/bin/gensquashfs/src/fstree_from_dir.c
+++ b/bin/gensquashfs/src/fstree_from_dir.c
@@ -4,14 +4,8 @@
*
* Copyright (C) 2019 David Oberhollenzer <goliath@infraroot.at>
*/
-#include "config.h"
#include "mkfs.h"
-#include <dirent.h>
-#include <stdlib.h>
-#include <string.h>
-#include <errno.h>
-
int fstree_from_dir(fstree_t *fs, dir_iterator_t *dir)
{
for (;;) {