diff options
author | David Oberhollenzer <david.oberhollenzer@sigma-star.at> | 2023-06-01 14:28:20 +0200 |
---|---|---|
committer | David Oberhollenzer <david.oberhollenzer@sigma-star.at> | 2023-06-01 14:28:20 +0200 |
commit | 665221e904df597925fc411d443802b20758b71f (patch) | |
tree | b26789d7cc7fb46a35735befee7f02638e4d8ea5 /bin/rdsquashfs/src | |
parent | 50b67940c793e72656787469ced6e0245bb580b4 (diff) |
Cleanup some redundant header inclusions
Signed-off-by: David Oberhollenzer <david.oberhollenzer@sigma-star.at>
Diffstat (limited to 'bin/rdsquashfs/src')
-rw-r--r-- | bin/rdsquashfs/src/fill_files.c | 1 | ||||
-rw-r--r-- | bin/rdsquashfs/src/rdsquashfs.h | 1 |
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 |