From 665221e904df597925fc411d443802b20758b71f Mon Sep 17 00:00:00 2001 From: David Oberhollenzer Date: Thu, 1 Jun 2023 14:28:20 +0200 Subject: Cleanup some redundant header inclusions Signed-off-by: David Oberhollenzer --- bin/rdsquashfs/src/fill_files.c | 1 - bin/rdsquashfs/src/rdsquashfs.h | 1 - 2 files changed, 2 deletions(-) (limited to 'bin/rdsquashfs/src') 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 */ -#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 -- cgit v1.2.3