diff options
Diffstat (limited to 'unpack/list_files.c')
-rw-r--r-- | unpack/list_files.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/unpack/list_files.c b/unpack/list_files.c index 4038684..9c48d46 100644 --- a/unpack/list_files.c +++ b/unpack/list_files.c @@ -1,10 +1,6 @@ /* SPDX-License-Identifier: GPL-3.0-or-later */ -#include "config.h" - #include "rdsquashfs.h" -#include <sys/sysmacros.h> - static void mode_to_str(uint16_t mode, char *p) { switch (mode & S_IFMT) { |