aboutsummaryrefslogtreecommitdiff
path: root/bin/rdsquashfs
diff options
context:
space:
mode:
Diffstat (limited to 'bin/rdsquashfs')
-rw-r--r--bin/rdsquashfs/src/fill_files.c1
-rw-r--r--bin/rdsquashfs/src/rdsquashfs.h1
2 files changed, 0 insertions, 2 deletions
diff --git a/bin/rdsquashfs/src/fill_files.c b/bin/rdsquashfs/src/fill_files.c
index 3104146..08e11f5 100644
--- a/bin/rdsquashfs/src/fill_files.c
+++ b/bin/rdsquashfs/src/fill_files.c
@@ -4,7 +4,6 @@
*
* Copyright (C) 2019 David Oberhollenzer <goliath@infraroot.at>
*/
-#include "config.h"
#include "rdsquashfs.h"
static struct file_ent {
diff --git a/bin/rdsquashfs/src/rdsquashfs.h b/bin/rdsquashfs/src/rdsquashfs.h
index 56bb836..f9f75e9 100644
--- a/bin/rdsquashfs/src/rdsquashfs.h
+++ b/bin/rdsquashfs/src/rdsquashfs.h
@@ -9,7 +9,6 @@
#include "config.h"
#include "common.h"
-#include "fstree.h"
#include "util/util.h"
#ifdef _WIN32